diff --git a/data-processing/hm-spark/applications/analyze-coffee-customers/poetry.lock b/data-processing/hm-spark/applications/analyze-coffee-customers/poetry.lock index 7f491288a2..a3b47f1951 100644 --- a/data-processing/hm-spark/applications/analyze-coffee-customers/poetry.lock +++ b/data-processing/hm-spark/applications/analyze-coffee-customers/poetry.lock @@ -1763,13 +1763,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] @@ -2919,4 +2919,4 @@ notebook = ">=4.4.1" [metadata] lock-version = "2.0" python-versions = "~3.12.0" -content-hash = "b77d4fba9da711d0cb68d15a6eb37efe01341e679d15a8cfbedeead0d5d9a4ab" +content-hash = "db145aed4e135e7b4205c6a32e382c81f6eb27899682fe98eaa4128b9af99459" diff --git a/data-processing/hm-spark/applications/analyze-coffee-customers/pyproject.toml b/data-processing/hm-spark/applications/analyze-coffee-customers/pyproject.toml index 60ff54b359..99bb3f1e30 100644 --- a/data-processing/hm-spark/applications/analyze-coffee-customers/pyproject.toml +++ b/data-processing/hm-spark/applications/analyze-coffee-customers/pyproject.toml @@ -8,7 +8,7 @@ keplergl = "0.3.2" pydeck = "0.9.1" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0"