From 87c4491d3f8fb09f751b8e2d2cfad97f759bc0e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:29:48 +0000 Subject: [PATCH] chore(hm-skypilot): update dependency poethepoet to v0.30.0 --- cloud-computing/hm-skypilot/poetry.lock | 8 ++++---- cloud-computing/hm-skypilot/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-computing/hm-skypilot/poetry.lock b/cloud-computing/hm-skypilot/poetry.lock index caf1786ef3..00f74625b9 100644 --- a/cloud-computing/hm-skypilot/poetry.lock +++ b/cloud-computing/hm-skypilot/poetry.lock @@ -4179,13 +4179,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] @@ -5795,4 +5795,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.11.0" -content-hash = "a6e260d4a3637cc71f8fd33b0c8a9133e7e38eaa3538550680cd6350d7e73c43" +content-hash = "75749b94385cba220a4957651c6005e5034542776856a85003b6ae898c5b1386" diff --git a/cloud-computing/hm-skypilot/pyproject.toml b/cloud-computing/hm-skypilot/pyproject.toml index 45138441d4..8eedfc34df 100644 --- a/cloud-computing/hm-skypilot/pyproject.toml +++ b/cloud-computing/hm-skypilot/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "~3.11.0" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "5.0.0" skypilot = {version = "0.7.0", extras = ["aws", "azure", "gcp", "ibm", "lambda", "oci", "scp"]}