From 92692281ce7139c5c3befd3639e2693f038fe4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Wed, 13 Nov 2024 17:22:24 +0100 Subject: [PATCH] chore: update pyinfra to v3.3.5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c5fcac9..5ccdca2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5059,13 +5059,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.3.4" +version = "3.3.5" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.3.4-py3-none-any.whl", hash = "sha256:db3a417d619a3f26b74877d75a7665506109818782fabe297fcc362f0a60e773"}, - {file = "pyinfra-3.3.4.tar.gz", hash = "sha256:e681123eea2fe0ef2b704f73e0db0c67cf06e349840a202acaa4e8643627a445"}, + {file = "pyinfra-3.3.5-py3-none-any.whl", hash = "sha256:b8c7065c27a598185669e4579a55b4c1137620d20e4c712662058ecb1f20a56c"}, + {file = "pyinfra-3.3.5.tar.gz", hash = "sha256:956eb403c037a1680a61c2fb80038c7379afb9e50983246b767bd2af97f7a249"}, ] [package.dependencies] @@ -6696,4 +6696,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "5007fc0296586fe2365295816b91e9981ea6bca562fa88c3271b33b831688ecf" +content-hash = "da3e59b4e5e63d876f89893da25a5f34db39a52fe332d1c4110483805ecd519b" diff --git a/pyproject.toml b/pyproject.toml index 475234a..37baef2 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.4", source = "gitlab-research" } +pyinfra = { version = "3.3.5", 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"