From 1b655e3c92c8c7c449b4aec1e8c8d0f0620a3495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:10:40 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.30 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.1) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.33.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 912aeef..66c01e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ optional-dependencies.develop = [ "munch<5", "mypy<1.15", - "poethepoet<0.30", + "poethepoet<0.34", "pyproject-fmt<2.6", "ruff<0.10", "types-tabulate",