chore: update pyinfra to v3.3.5

This commit is contained in:
Jonathan Kössler 2024-11-13 17:21:58 +01:00
parent 28adb50330
commit 9a4b8cad2b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -5242,13 +5242,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]
@ -6961,4 +6961,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.11"
content-hash = "b5bb9e940b50638a51a9836744f876dc280e48146dfc39a410fa8c048bf4a222"
content-hash = "7e45e2760602530b6bd295540a7e4c60dcc4798c419419934b9000430d79e547"

View File

@ -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.4", source = "gitlab-research" }
pyinfra = { version = "3.3.5", source = "gitlab-research" }
kn-utils = { version = ">=0.3.2,<0.4.0", source = "gitlab-research" }
dvc = "^2.34.0"
dvc-ssh = "^2.20.0"