From 932b655f889d814eb3da2a24f75de75c2ae54add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:12:41 +0000 Subject: [PATCH] chore(map): update dependency poethepoet to v0.30.0 --- .../hm-streamlit/applications/map/poetry.lock | 8 ++++---- .../hm-streamlit/applications/map/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/machine-learning/hm-streamlit/applications/map/poetry.lock b/machine-learning/hm-streamlit/applications/map/poetry.lock index 2943c7a183..ea7ad26195 100644 --- a/machine-learning/hm-streamlit/applications/map/poetry.lock +++ b/machine-learning/hm-streamlit/applications/map/poetry.lock @@ -802,13 +802,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] @@ -1403,4 +1403,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "4ed9ee1d4453bb52f7d8d64e604d797f7a45891b03568ba1de31cfb2b579dfa7" +content-hash = "a1f69f4f321d8ec1fbbeb3361c472d236d920746ec129442ab36bab5b967e07d" diff --git a/machine-learning/hm-streamlit/applications/map/pyproject.toml b/machine-learning/hm-streamlit/applications/map/pyproject.toml index 4cbaf8fe8b..98c3345042 100644 --- a/machine-learning/hm-streamlit/applications/map/pyproject.toml +++ b/machine-learning/hm-streamlit/applications/map/pyproject.toml @@ -8,7 +8,7 @@ pandas = "2.2.3" streamlit = "1.40.0" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "5.0.0"