diff --git a/poetry.lock b/poetry.lock index 903f37a..c4d093f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1412,13 +1412,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.26.1" +version = "0.28.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.28.0-py3-none-any.whl", hash = "sha256:db6946ff39a1244235950cd720ee7182107f64126d3dcc64c9a996cc4d755404"}, + {file = "poethepoet-0.28.0.tar.gz", hash = "sha256:5dc3ee036ab0c93e918b5caed628274618b07d788e5cff6c4ae480913cbe009c"}, ] [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 = "11df3502b8a14936a8ee0d09ac7143b30e92e5dcf3798fd48717e63c523b948b" diff --git a/pyproject.toml b/pyproject.toml index 2686329..4814551 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.25.1,<0.29.0" # testing requests = "^2.31.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index b9b89c0..623941a 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.28.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"