From 87d1c36e4f01d4898fed18d1f7080ab1b4b57298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:37:34 +0000 Subject: [PATCH] chore(deps-dev): Bump poethepoet from 0.13.1 to 0.24.4 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.13.1 to 0.24.4. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.13.1...v0.24.4) --- updated-dependencies: - dependency-name: poethepoet 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 e174e3a..bf00af1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -416,13 +416,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.13.1" +version = "0.24.4" description = "A task runner that works well with poetry." optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.8" files = [ - {file = "poethepoet-0.13.1-py3-none-any.whl", hash = "sha256:47e7b38c8b5412f840447f7612a9330697e8633e7500a7340b6734f50e26e380"}, - {file = "poethepoet-0.13.1.tar.gz", hash = "sha256:4f6962f17f5d5a453fd7fa66e3e7897e9191d4289148433efe441c81f2451a46"}, + {file = "poethepoet-0.24.4-py3-none-any.whl", hash = "sha256:fb4ea35d7f40fe2081ea917d2e4102e2310fda2cde78974050ca83896e229075"}, + {file = "poethepoet-0.24.4.tar.gz", hash = "sha256:ff4220843a87c888cbcb5312c8905214701d0af60ac7271795baa8369b428fef"}, ] [package.dependencies] @@ -743,4 +743,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "01cb86c39a516dc44455c3f3fdc6471c1718ba5a3260eaa51f42e78043a8345b" +content-hash = "ad7d79ceb798977dc799f2eb67240b3bda20857ce0ec73348896b21d955eb5b3" diff --git a/pyproject.toml b/pyproject.toml index 38554de..15e2ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ include = ["py.typed", "LICENSE", "LICENSE-THIRD-PARTY"] [tool.poetry.group.dev.dependencies] black = "^22.3.0" isort = "^5.10.1" -poethepoet = "^0.13.1" +poethepoet = ">=0.13.1,<0.25.0" pytest = "^7.2.2" pytest-asyncio = "^0.18.3" pytest-black = "^0.3.12"