From 7a3fdf8fa4a15ca07add910178b29912482d5f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Wed, 13 Nov 2024 14:54:29 +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 0c7f936..3eac4e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5242,13 +5242,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] @@ -6014,13 +6014,13 @@ tests = ["mock (==5.0.1)", "mypy (==0.971)", "paramiko (==3.1.0)", "pylint (==2. [[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] @@ -6961,4 +6961,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "2df0bbca220eb33e86a7c2e537a3c39ab558fd392a73965f2ffbdfa7b94b604b" +content-hash = "e6ea1807d6625ce9bda49d74bd960425f53f42e650b714cc0bbb95d1d9ed1125" diff --git a/pyproject.toml b/pyproject.toml index 16d7f3d..f9114c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "image_prediction", from = "src" }] python = ">=3.10,<3.11" # FIXME: This should be recent pyinfra, but the recent protobuf packages are not compatible with tensorflow 2.9.0, also # see RED-9948. -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" } dvc = "^2.34.0" dvc-ssh = "^2.20.0"