From dc8b6ed1bda6862babd8cd6cfae0c2d4f10e1353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:28:08 +0000 Subject: [PATCH] chore(deps-dev): update poethepoet requirement 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.27.0...v0.30.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8143f7eb7..5207df0710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ flake9 = "^3.8.3" codecov = "^2.1.12" pytest = ">=7.0.1,<9.0.0,!=8.2.0" isort = "^5.10.1" -poethepoet = ">=0.27.0,<0.30" +poethepoet = ">=0.27.0,<0.31" po2json = "^0.2.2" pre-commit = ">=2.20,<4.0"