diff --git a/poetry.lock b/poetry.lock index 5172bcc..f725bd3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5221,14 +5221,14 @@ files = [ [[package]] name = "pyinfra" -version = "3.4.2.dev350" +version = "3.4.2" description = "" optional = false python-versions = ">=3.10,<3.11" groups = ["main"] files = [ - {file = "pyinfra-3.4.2.dev350-py3-none-any.whl", hash = "sha256:2f035e621dc4b382c4c367a7a3f2e2b55d75cad3ea5e06263fea6686716f9160"}, - {file = "pyinfra-3.4.2.dev350.tar.gz", hash = "sha256:30771a72fd377eb5ceb700e04a5095c5c9fe25cf6eb3049f8f127d1622235a5f"}, + {file = "pyinfra-3.4.2-py3-none-any.whl", hash = "sha256:4e69176f07328bda96772aa4309140fc6edebec8333ac806b0ffc04a3a997d52"}, + {file = "pyinfra-3.4.2.tar.gz", hash = "sha256:694b07c1d36262a04027aa3a00ef07bfc19157eb8128d0ba5722c606ddee7ae9"}, ] [package.dependencies] @@ -6998,4 +6998,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.11" -content-hash = "4d0badd192e2e1b9d84a90a9b282fcd3a876a9dcf93dc42271524c2ede044644" +content-hash = "b5f546cd0fc5a7a3451bacc57fa9d7af07c9b60850f0a9bc1aa51e589f9f3d8e" diff --git a/pyproject.toml b/pyproject.toml index de938f1..2c38c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ coverage = "^5.5" dependency-check = "^0.6.0" lorem-text = "^2.1" PyMuPDF = "^1.19.6" -pyinfra = { version = "3.4.2.dev350", source = "gitlab-research" } +pyinfra = { version = "3.4.2", source = "gitlab-research" } kn-utils = { version = ">=0.4.0", source = "gitlab-research" } pdf2img = { version = "0.7.0", source = "gitlab-red" } dvc-azure = "^2.21.2"