fix: RED-8978: update pyinfra

This commit is contained in:
Julius Unverfehrt 2024-04-16 16:42:10 +02:00
parent ba8d1dfdfe
commit 7f49642ba0
2 changed files with 6 additions and 6 deletions

8
poetry.lock generated
View File

@ -4352,13 +4352,13 @@ files = [
[[package]]
name = "pyinfra"
version = "2.0.0"
version = "2.1.0"
description = ""
optional = false
python-versions = ">=3.10,<3.11"
files = [
{file = "pyinfra-2.0.0-py3-none-any.whl", hash = "sha256:cf50ba9e6d8491d41e3475bef103f4a773b67a86985b2c985516712679e19744"},
{file = "pyinfra-2.0.0.tar.gz", hash = "sha256:521d399d0d2900f6b8d82c5ce78ae41f662e9022a09bb22dc14e7b7d15e66d1b"},
{file = "pyinfra-2.1.0-py3-none-any.whl", hash = "sha256:6a51e60648a0c3ff8485d8da01cde03630ff861722499c5026dd6cfeb0fcf6f6"},
{file = "pyinfra-2.1.0.tar.gz", hash = "sha256:d4834c4a4a5b8a33974b05a50ac6b54d2f0e283af93da7787e24dacdb7b9d468"},
]
[package.dependencies]
@ -5874,4 +5874,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.11"
content-hash = "af7acdc34d32780fd3da2000db7d24c7ba18104861bd931d2bf3f244b46dc8c6"
content-hash = "10cfb6a6b2349ab0304084709b3fe6570b3854874d67cd0600eb831e8289377d"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "image-classification-service"
version = "2.2.0"
version = "2.4.0"
description = ""
authors = ["Team Research <research@knecon.com>"]
readme = "README.md"
@ -8,7 +8,7 @@ packages = [{ include = "image_prediction", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
pyinfra = { version = "2.0.0", source = "gitlab-research" }
pyinfra = { version = "2.1.0", source = "gitlab-research" }
kn-utils = { version = "0.2.7", source = "gitlab-research" }
dvc = "^2.34.0"
dvc-ssh = "^2.20.0"