From 4b2d1e7f1bb9825daf81058b3dad78e5cd8cc9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:54:42 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.27 to <0.28 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.27.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 2ec81a4..9748c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ develop = [ "black<25", "mypy<1.11", - "poethepoet<0.27", + "poethepoet<0.28", "pyproject-fmt<2.2", "ruff<0.6", "validate-pyproject<0.19",