From 3a81d2c8a705c441f9e5e67dc3589e386be180ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 07:56:43 +0000 Subject: [PATCH] chore(deps-dev): bump poethepoet from 0.34.0 to 0.35.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b498780..2396c9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,14 +733,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.34.0" -description = "A task runner that works well with poetry." +version = "0.35.0" +description = "A task runner that works well with poetry and uv." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "poethepoet-0.34.0-py3-none-any.whl", hash = "sha256:c472d6f0fdb341b48d346f4ccd49779840c15b30dfd6bc6347a80d6274b5e34e"}, - {file = "poethepoet-0.34.0.tar.gz", hash = "sha256:86203acce555bbfe45cb6ccac61ba8b16a5784264484195874da457ddabf5850"}, + {file = "poethepoet-0.35.0-py3-none-any.whl", hash = "sha256:bed5ae1fd63f179dfa67aabb93fa253d79695c69667c927d8b24ff378799ea75"}, + {file = "poethepoet-0.35.0.tar.gz", hash = "sha256:b396ae862d7626e680bbd0985b423acf71634ce93a32d8b5f38340f44f5fbc3e"}, ] [package.dependencies] @@ -1409,4 +1409,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "666a9f54ca74769921ce1d620714f8b9c97674a3cbcec834a9647c60145e3499" +content-hash = "0665085a77e38c5cac18f15f266fa5289dff099871f6e3b2b8db10501c43d88a" diff --git a/pyproject.toml b/pyproject.toml index 4d65f2e..9600574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sqlparse = ">=0.5.0" ruff = ">=0.4.8,<0.12.0" mypy = "^1.16.0" pytest = "^8.4.0" -poethepoet = ">=0.26.1,<0.35.0" +poethepoet = ">=0.26.1,<0.36.0" deptry = ">=0.16.1,<0.24.0" semgrep = "^1.124.0"