From 0846196cbd668568ced7a8331fa63f28d878ff65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:49:56 +0000 Subject: [PATCH] chore(deps-dev): bump poethepoet from 0.44.0 to 0.46.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.44.0 to 0.46.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.46.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..a6b4da0 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.46.0", "commitizen>=4.13.8,<5" ]