From 75c72e03020981aeeeb46b334aae1811edc27ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:36:33 +0000 Subject: [PATCH] Update poethepoet requirement from <0.26 to <0.27 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.26.1) --- 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 a6cad5c7..4e775d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ datasets = [ develop = [ "black[jupyter]<25", "mypy==1.8.0", - "poethepoet<0.26", + "poethepoet<0.27", "pyproject-fmt<1.8", "ruff==0.3.4", "validate-pyproject<0.17",