From 0da4a51c509015e58d4b71f2cc46f9d226df44ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:33:30 +0000 Subject: [PATCH] Update poethepoet requirement from ~=0.31 to ~=0.44 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.31.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 7aeb42cbbe..d099b666d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "mkdocs-typer~=0.0.3", "nbconvert~=7.16", "pandas-stubs~=2.3", - "poethepoet~=0.31", + "poethepoet~=0.44", "pyright~=1.1", "pytest~=8.3", "pytest-asyncio~=0.24",