From 48a9f33714b9f9150ad2176abf4cb7e37ec907e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:20:32 +0000 Subject: [PATCH] chore(deps-dev): Bump poethepoet from 0.13.1 to 0.21.1 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.13.1 to 0.21.1. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.13.1...v0.21.1) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8ddc735..dc8e85f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -500,13 +500,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.13.1" +version = "0.21.1" 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.21.1-py3-none-any.whl", hash = "sha256:c79b2aefc889c4490db9d64ecc1896db78700aa212b8c5f0bca4aee0395e7714"}, + {file = "poethepoet-0.21.1.tar.gz", hash = "sha256:39d754f53714545a23cfc94b122deaf3548218b6e35b453c30973c5598719e9f"}, ] [package.dependencies] @@ -984,4 +984,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "7b53bc9bd2275273b965a294613a431223beaac48070e7f4098c2c91d82ad0e1" +content-hash = "3cbbf7a9722fefb91c5e248349bc25822a070e371f5f248f4915433c640ce741" diff --git a/pyproject.toml b/pyproject.toml index 5423ac0..ca95182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ include = ["py.typed", "LICENSE", "LICENSE-THIRD-PARTY"] bandit = "^1.7.4" black = "^22.3.0" isort = "^5.10.1" -poethepoet = "^0.13.1" +poethepoet = ">=0.13.1,<0.22.0" pytest = "^7.2.2" pytest-asyncio = "^0.18.3" pytest-black = "^0.3.12"