From 3f043db2ace1ca2520974338e507dae294214b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:35:28 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.28 to <0.29 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.28.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 1b4ddea..8a0cd5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional-dependencies.all = [ ] optional-dependencies.develop = [ "mypy<1.12", - "poethepoet<0.28", + "poethepoet<0.29", "pyproject-fmt<2.3", "ruff<0.7", "validate-pyproject<0.20",