diff --git a/poetry.lock b/poetry.lock index 903f37a..f12c7d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "annotated-types" @@ -1412,13 +1412,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.26.1" +version = "0.27.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.26.1-py3-none-any.whl", hash = "sha256:aa43b443fec5d17d7e76771cccd484e5285805301721a74f059c483ad3276edd"}, - {file = "poethepoet-0.26.1.tar.gz", hash = "sha256:aaad8541f6072617a60bcff2562d00779b58b353bd0f1847b06d8d0f2b6dc192"}, + {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, + {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, ] [package.dependencies] @@ -3057,4 +3057,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8c852632b6567045f648607e18595ef675d70c28dec7c32be9be3c65eee215e0" +content-hash = "914c6a98e6ca863ade0286a351a4093645c0dea31e37b1762ae735600f277b5e" diff --git a/pyproject.toml b/pyproject.toml index 2686329..1851a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ ruff = "^0.4.2" pymarkdownlnt = "^0.9.17" # task runner -poethepoet = ">=0.25.1,<0.27.0" +poethepoet = ">=0.27.0,<0.28.0" # testing requests = "^2.31.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index b9b89c0..7b312d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,7 +64,7 @@ pastel==0.2.1 ; python_version >= "3.9" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.9" and python_version < "4.0" platformdirs==4.2.2 ; python_version >= "3.9" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.9" and python_version < "4.0" -poethepoet==0.26.1 ; python_version >= "3.9" and python_version < "4.0" +poethepoet==0.27.0 ; python_version >= "3.9" and python_version < "4.0" pre-commit==3.7.1 ; python_version >= "3.9" and python_version < "4.0" pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0" pydantic-core==2.18.4 ; python_version >= "3.9" and python_version < "4.0"