From 4de47bf109a2f200b566967b7fba6f61da0693c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:20:14 +0000 Subject: [PATCH] Chore(deps-dev): Update poethepoet requirement from <0.21 to <0.24 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.23.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 c695191..d1b0632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ develop = [ "black<24", "mypy==1.4.1", - "poethepoet<0.21", + "poethepoet<0.24", "pyproject-fmt<0.13", "ruff==0.0.277", "validate-pyproject<0.14",