From e4a57fc995eee9df4537f6f7d0abfce391e57958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:48:56 +0000 Subject: [PATCH] Chore(deps-dev): Update poethepoet requirement from <0.33 to <0.34 Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.1.0...v0.33.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7445c8..6a376ca1 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def read(path): "certifi", "createcoverage>=1,<2", "mypy<1.16", - "poethepoet<0.33", + "poethepoet<0.34", "ruff<0.10", "stopit>=1.1.2,<2", "pytz",