From 9d824ba6cce9d5998954e392a32bf1927cd3ac2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:53:36 +0000 Subject: [PATCH] Chore(deps): Update poethepoet requirement from <0.29 to <0.30 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.29.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 7b6f313..5f8b1df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ optional-dependencies.develop = [ "black<25", "mypy<1.12", - "poethepoet<0.29", + "poethepoet<0.30", "pyproject-fmt<2.3", "ruff<0.7", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately?