diff --git a/poetry.lock b/poetry.lock index b72bee6d..bf90b488 100644 --- a/poetry.lock +++ b/poetry.lock @@ -689,13 +689,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.25.0" +version = "0.26.1" 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.1-py3-none-any.whl", hash = "sha256:aa43b443fec5d17d7e76771cccd484e5285805301721a74f059c483ad3276edd"}, + {file = "poethepoet-0.26.1.tar.gz", hash = "sha256:aaad8541f6072617a60bcff2562d00779b58b353bd0f1847b06d8d0f2b6dc192"}, ] [package.dependencies] @@ -1178,4 +1178,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 3.12" -content-hash = "e9300ef37521f89660f5740260124d5deb5efb0d2a0fbeddc09aa40f6720adc1" +content-hash = "0d3b51caf8148f1e2c5e2d4e98124d5860af211ac883cf80294df659ff81d20c" diff --git a/pyproject.toml b/pyproject.toml index bee76deb..b689ecaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-mock = "^3.10.0" coverage = ">=6.5,<8.0" black = ">=22.10,<25.0" identify = "^2.5.7" -poethepoet = ">=0.16.4,<0.26.0" +poethepoet = ">=0.16.4,<0.27.0" python-semantic-release = ">=8.0.0" [tool.semantic_release]