From 71ee637264a5ad47e56efa7ca73e151cd6903a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:28:25 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.30 to <0.32 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.31.0) --- updated-dependencies: - dependency-name: poethepoet 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 cd5480e..4ab7727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ optional-dependencies.develop = [ "black<25", "isort<6", - "poethepoet<0.30", + "poethepoet<0.32", "proselint<0.15", "pyproject-fmt<2.6", "ruff<0.8",