From 5a15966ad2525e9f29b15441a30540a9cbd1bde8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:29:51 +0000 Subject: [PATCH] chore(find-taxi-top-routes-sql): update dependency poethepoet to v0.30.0 --- .../applications/find-taxi-top-routes-sql/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-processing/hm-spark/applications/find-taxi-top-routes-sql/pyproject.toml b/data-processing/hm-spark/applications/find-taxi-top-routes-sql/pyproject.toml index a78a62c866..b6958253ef 100644 --- a/data-processing/hm-spark/applications/find-taxi-top-routes-sql/pyproject.toml +++ b/data-processing/hm-spark/applications/find-taxi-top-routes-sql/pyproject.toml @@ -6,7 +6,7 @@ python = "~3.13.0" pyspark = "3.5.3" [tool.poetry.group.dev.dependencies] -poethepoet = "0.29.0" +poethepoet = "0.30.0" pytest = "8.3.3" pytest-cov = "6.0.0"