From 24c4707dee4798abf562d95586e42d1598a9f8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:36:17 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.32 to <0.33 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.32.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18300bc..d3f6bab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ optional-dependencies.all = [ ] optional-dependencies.develop = [ "mypy<1.15", - "poethepoet<0.32", + "poethepoet<0.33", "pyproject-fmt<2.6", "ruff<0.9", "validate-pyproject<0.24",