chore: update pyinfra to v3.3.4

This commit is contained in:
Jonathan Kössler 2024-11-13 16:41:04 +01:00
parent eb96403fe2
commit cb0c58d699
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -5059,13 +5059,13 @@ files = [
[[package]] [[package]]
name = "pyinfra" name = "pyinfra"
version = "3.3.3" version = "3.3.4"
description = "" description = ""
optional = false optional = false
python-versions = ">=3.10,<3.11" python-versions = ">=3.10,<3.11"
files = [ files = [
{file = "pyinfra-3.3.3-py3-none-any.whl", hash = "sha256:141795ac270def9c02a44c511ea7e95dd8ea5540d5665c9aa4701c4db263bbd6"}, {file = "pyinfra-3.3.4-py3-none-any.whl", hash = "sha256:db3a417d619a3f26b74877d75a7665506109818782fabe297fcc362f0a60e773"},
{file = "pyinfra-3.3.3.tar.gz", hash = "sha256:4297fae895984a54510eb7cd0e34287b5a333579fe552101f703a775bb8f04f6"}, {file = "pyinfra-3.3.4.tar.gz", hash = "sha256:e681123eea2fe0ef2b704f73e0db0c67cf06e349840a202acaa4e8643627a445"},
] ]
[package.dependencies] [package.dependencies]
@ -6696,4 +6696,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.10,<3.11" python-versions = ">=3.10,<3.11"
content-hash = "69cf0ccb4554e21a8f59e443f2fe88ba033d559f2bf026a51c7956948a4f189f" content-hash = "5007fc0296586fe2365295816b91e9981ea6bca562fa88c3271b33b831688ecf"

View File

@ -25,7 +25,7 @@ coverage = "^5.5"
dependency-check = "^0.6.0" dependency-check = "^0.6.0"
lorem-text = "^2.1" lorem-text = "^2.1"
PyMuPDF = "^1.19.6" 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" } kn-utils = { version = ">=0.3.2,<0.4.0", source = "gitlab-research" }
pdf2img = { version = "0.7.0", source = "gitlab-red" } pdf2img = { version = "0.7.0", source = "gitlab-red" }
dvc-azure = "^2.21.2" dvc-azure = "^2.21.2"