From dca6301a052fdc5c1c9097014cddcc2031ccec94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:33:48 +0000 Subject: [PATCH] chore(deps-dev): bump poethepoet from 0.44.0 to 0.45.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 585b05b..a6c58c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "mypy>=1.19.0", "ruff==0.15.11", "types-PyMySQL>=1.1.0", - "poethepoet==0.44.0", + "poethepoet==0.45.0", "commitizen>=4.13.8,<5" ]