From ec65be5ce972b12cddad30002204e3e49914fb6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:23:49 +0000 Subject: [PATCH] Update poethepoet requirement from ^0.19.0 to ^0.21.0 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.19.0...v0.21.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 7a646c1..70d65f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pre-commit = "^3.1.0" pylint = "^2.16.2" isort = "^5.12.0" autopep8 = "^2.0.1" -poethepoet = "^0.19.0" +poethepoet = "^0.21.0" [build-system] requires = ["poetry-core"]