From eef3cc99bd3f16d40ed979e746ad4fcc6f5938c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:23:44 +0000 Subject: [PATCH] chore(deps): update dependency poethepoet to ^0.46.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51b9d39e..a148e51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python = ">=3.8,<=3.11" optional = true [tool.poetry.group.dev.dependencies] -poethepoet = "^0.24.0" +poethepoet = "^0.46.0" types-requests = "^2.28.11.12" beautifulsoup4 = "^4.11.2"