From ed628d181993696831a82a42908f7f93101ca036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 11:13:46 -0400 Subject: [PATCH] chore(deps-dev): update poethepoet requirement (#8774) 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.16.0...v0.27.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa4760f4d8..67141471a3 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.16,<0.27" +poethepoet = ">=0.27.0,<0.28" po2json = "^0.2.2" pre-commit = ">=2.20,<4.0"