From 9cc5d5d5a4d39c4f0879a201e79729145e693a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:05:56 +0000 Subject: [PATCH] Bump poethepoet from 0.25.0 to 0.26.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.25.0...v0.26.0) --- 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 2a9832bd..277ef45b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -1479,13 +1479,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.25.0" +version = "0.26.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.25.0-py3-none-any.whl", hash = "sha256:42c0fd654f23e1b7c67aa8aa395c72e15eb275034bd5105171003daf679c1470"}, - {file = "poethepoet-0.25.0.tar.gz", hash = "sha256:ca8f1d8475aa10d2ceeb26331d2626fc4a6b51df1e7e70d3d0d6481a984faab6"}, + {file = "poethepoet-0.26.0-py3-none-any.whl", hash = "sha256:d37d543e8ec5fb1d51e04b6c26439fc07c342e541d40fcbe67a3a3189a877db3"}, + {file = "poethepoet-0.26.0.tar.gz", hash = "sha256:ba964c242676501acc4ed87e71ce4984a752a7bd0684acf13fa34655d9a715eb"}, ] [package.dependencies] @@ -2245,4 +2245,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15f69545a2a1dcf0cbe36e5fb122991dde32b2eacf9f8f0e6eae37bf2ecfe718" +content-hash = "c9e0cc91d51ea8bbf8713a651164c89e3c3ccfba6b827f56b5559e16f0976511" diff --git a/pyproject.toml b/pyproject.toml index 9d9de9be..bff02c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ isort = "^5.10" pytest = ">=7.1,<9.0" pytest-asyncio = ">=0.21,<0.24" pre-commit = "^3.1" -poethepoet = ">=0.24,<0.26" +poethepoet = ">=0.24,<0.27" blacken-docs = "^1.12" ruff = "^0.1.8" tomli = { version = "~2", python = "<3.11" }