From eb96403fe20e5ed209b01e101ae608a5c1110ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Wed, 13 Nov 2024 14:53:11 +0100 Subject: [PATCH] chore: update pyinfra to v3.3.3 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1f0765b..83fe4e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5059,13 +5059,13 @@ files = [ [[package]] name = "pyinfra" -version = "3.3.2" +version = "3.3.3" description = "" optional = false python-versions = ">=3.10,<3.11" files = [ - {file = "pyinfra-3.3.2-py3-none-any.whl", hash = "sha256:6423dc4043377f5e7ecbc4fdc3dd173e386ec6cd4c43b718fc1cdde651598491"}, - {file = "pyinfra-3.3.2.tar.gz", hash = "sha256:cee36fe0700a91e7484447bf9f432e87decb4085557cf7cb122de6c456968d0c"}, + {file = "pyinfra-3.3.3-py3-none-any.whl", hash = "sha256:141795ac270def9c02a44c511ea7e95dd8ea5540d5665c9aa4701c4db263bbd6"}, + {file = "pyinfra-3.3.3.tar.gz", hash = "sha256:4297fae895984a54510eb7cd0e34287b5a333579fe552101f703a775bb8f04f6"}, ] [package.dependencies] @@ -5830,13 +5830,13 @@ files = [ [[package]] name = "setuptools" -version = "75.4.0" +version = "75.5.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.9" files = [ - {file = "setuptools-75.4.0-py3-none-any.whl", hash = "sha256:b3c5d862f98500b06ffdf7cc4499b48c46c317d8d56cb30b5c8bce4d88f5c216"}, - {file = "setuptools-75.4.0.tar.gz", hash = "sha256:1dc484f5cf56fd3fe7216d7b8df820802e7246cfb534a1db2aa64f14fcb9cdcb"}, + {file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"}, + {file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"}, ] [package.extras] @@ -6696,4 +6696,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "4a926ffbc06c8255c404d7ce40c0c84eadbe9032965af96bc4b2a799a56594f8" +content-hash = "69cf0ccb4554e21a8f59e443f2fe88ba033d559f2bf026a51c7956948a4f189f" diff --git a/pyproject.toml b/pyproject.toml index 738b3fe..5760430 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.2", source = "gitlab-research" } +pyinfra = { version = "3.3.3", 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"