diff --git a/poetry.lock b/poetry.lock index 4d26395..4cc5b11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4920,13 +4920,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.2.8.dev280" +version = "3.2.8.dev283" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.2.8.dev280-py3-none-any.whl", hash = "sha256:986e45792fda82d14fba5ab656e5bdfb7ba3fbf2a575a8a3f03ca1115982d8d5"}, - {file = "pyinfra-3.2.8.dev280.tar.gz", hash = "sha256:613c07c5ec69fc31791de2be05b4f5c1187bdffded043a4ceec92794a8e777ba"}, + {file = "pyinfra-3.2.8.dev283-py3-none-any.whl", hash = "sha256:7d6959b1250eb0b6c558a54dfd51acc9f65f2b93c358915089243e33f075c5ed"}, + {file = "pyinfra-3.2.8.dev283.tar.gz", hash = "sha256:e488cd1939e9cb16c9b72c94d11e8e7c35343f5b52fb6bab50bbcba28efd0082"}, ] [package.dependencies] @@ -6639,4 +6639,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "f3a5e10e98377622b7292f3a0788989b2b0970a2328b60f77627eaf23780a068" +content-hash = "7e070099ac67967be25fa8026a7f1e16d86c555966a79088528e9f6ab15b23ce" diff --git a/pyproject.toml b/pyproject.toml index 518dad8..0b99d9e 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.2.8.dev280", source = "gitlab-research" } +pyinfra = { version = "3.2.8.dev283", source = "gitlab-research" } kn-utils = { version = "0.2.7", source = "gitlab-research" } pdf2img = { version = "0.7.0", source = "gitlab-red" } dvc-azure = "^2.21.2"