diff --git a/poetry.lock b/poetry.lock index 83fe4e1..c5fcac9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5059,13 +5059,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.3.3" +version = "3.3.4" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.3.3-py3-none-any.whl", hash = "sha256:141795ac270def9c02a44c511ea7e95dd8ea5540d5665c9aa4701c4db263bbd6"}, - {file = "pyinfra-3.3.3.tar.gz", hash = "sha256:4297fae895984a54510eb7cd0e34287b5a333579fe552101f703a775bb8f04f6"}, + {file = "pyinfra-3.3.4-py3-none-any.whl", hash = "sha256:db3a417d619a3f26b74877d75a7665506109818782fabe297fcc362f0a60e773"}, + {file = "pyinfra-3.3.4.tar.gz", hash = "sha256:e681123eea2fe0ef2b704f73e0db0c67cf06e349840a202acaa4e8643627a445"}, ] [package.dependencies] @@ -6696,4 +6696,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "69cf0ccb4554e21a8f59e443f2fe88ba033d559f2bf026a51c7956948a4f189f" +content-hash = "5007fc0296586fe2365295816b91e9981ea6bca562fa88c3271b33b831688ecf" diff --git a/pyproject.toml b/pyproject.toml index 5760430..475234a 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.3.3", source = "gitlab-research" } +pyinfra = { version = "3.3.4", source = "gitlab-research" } kn-utils = { version = ">=0.3.2,<0.4.0", source = "gitlab-research" } pdf2img = { version = "0.7.0", source = "gitlab-red" } dvc-azure = "^2.21.2"