From c34b8709836e269eecef63976f73b2bece184c53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 03:51:10 +0000 Subject: [PATCH] chore(aws-parallelcluster): update dependency poethepoet to v0.30.0 (#20339) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cloud-platform/aws/aws-parallelcluster/poetry.lock | 8 ++++---- cloud-platform/aws/aws-parallelcluster/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-platform/aws/aws-parallelcluster/poetry.lock b/cloud-platform/aws/aws-parallelcluster/poetry.lock index 4e83128bce..4611503c3a 100644 --- a/cloud-platform/aws/aws-parallelcluster/poetry.lock +++ b/cloud-platform/aws/aws-parallelcluster/poetry.lock @@ -1885,13 +1885,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] @@ -2299,4 +2299,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "4951a841bb939a5ffb7f50535d24a4ffacf06d0450d858e93058012ea6e158c8" +content-hash = "75a6f4bb77fe3f8d90209cf16f0690985bdc1b3b6cca556ab3968974790f67e5" diff --git a/cloud-platform/aws/aws-parallelcluster/pyproject.toml b/cloud-platform/aws/aws-parallelcluster/pyproject.toml index fefb278b77..0973c4f7e7 100644 --- a/cloud-platform/aws/aws-parallelcluster/pyproject.toml +++ b/cloud-platform/aws/aws-parallelcluster/pyproject.toml @@ -6,7 +6,7 @@ python = "~3.13.0" [tool.poetry.group.dev.dependencies] aws-parallelcluster = "3.11.1" -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0"