From 66b3a0349d1569acef4ad564c48a319a6484ff9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:26:06 +0000 Subject: [PATCH] chore(deploy): update dependency poethepoet to v0.30.0 (#20353) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../amazon-sagamaker-triton-resnet-50/deploy/poetry.lock | 8 ++++---- .../deploy/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock index 7a019f4557..7927ca9c6e 100644 --- a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock +++ b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock @@ -1750,13 +1750,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.30.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.29.0-py3-none-any.whl", hash = "sha256:f8dfe55006dcfb5cf31bcb1904e1262e1c642a4502fee3688cbf1bddfe5c7601"}, - {file = "poethepoet-0.29.0.tar.gz", hash = "sha256:676842302f2304a86b31ac56398dd672fae8471128d2086896393384dbafc095"}, + {file = "poethepoet-0.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] @@ -2970,4 +2970,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.12.0" -content-hash = "e45bec1c4cd1103a57686e3f5d042147b3289b1437170d5fd8b27c8a9d129e3c" +content-hash = "cf94725e615396ef6c90a30c301605d860e155797926320282c176b31a61a9ba" diff --git a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml index 3d27eb5f09..489989ec84 100644 --- a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml +++ b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml @@ -7,7 +7,7 @@ boto3 = "1.35.57" sagemaker = "2.233.0" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0"