From 2876bfe103e224bbc069c2974aa84c41181147ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:45:10 +0000 Subject: [PATCH] Bump poethepoet from 0.24.4 to 0.25.0 Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.24.4 to 0.25.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.24.4...v0.25.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 ed3cd01..b00bc4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1011,13 +1011,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.24.4" +version = "0.25.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.24.4-py3-none-any.whl", hash = "sha256:fb4ea35d7f40fe2081ea917d2e4102e2310fda2cde78974050ca83896e229075"}, - {file = "poethepoet-0.24.4.tar.gz", hash = "sha256:ff4220843a87c888cbcb5312c8905214701d0af60ac7271795baa8369b428fef"}, + {file = "poethepoet-0.25.0-py3-none-any.whl", hash = "sha256:42c0fd654f23e1b7c67aa8aa395c72e15eb275034bd5105171003daf679c1470"}, + {file = "poethepoet-0.25.0.tar.gz", hash = "sha256:ca8f1d8475aa10d2ceeb26331d2626fc4a6b51df1e7e70d3d0d6481a984faab6"}, ] [package.dependencies] @@ -2027,4 +2027,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "b606f4b289347179aed7c284e9623b713c708394de4838d250b47200a043f1a5" +content-hash = "7827450debdc2398d92899dce76864c5bfd0e80fcc3f5165aec7affc96917e5b" diff --git a/pyproject.toml b/pyproject.toml index ac5532d..d01c3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pymarkdownlnt = "^0.9.12" ruff = ">=0.1.3,<0.4.0" # task runner -poethepoet = "^0.24.1" +poethepoet = ">=0.24.1,<0.26.0" # testing pytest = ">=7.4,<9.0"