From 937b68b4bfa8a6fd5d60e2eb1c8b2b21f6fed77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:56:39 +0000 Subject: [PATCH] Update poethepoet requirement from ^0.29.0 to >=0.29,<0.45 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.29.0...v0.44.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.44.0 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 8e82af1..ce7127d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ Changelog = "https://github.com/kernelci/kci-dev/releases" black = "^24.8.0" isort = "^5.13.2" pytest = "^8.3.3" -poethepoet = "^0.29.0" +poethepoet = ">=0.29,<0.45" tox = "^4.24.1" [tool.poe.tasks]