diff --git a/poetry.lock b/poetry.lock index 1292ab7..f171c84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2723,13 +2723,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.19.0" +version = "0.27.0" description = "A task runner that works well with poetry." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "poethepoet-0.19.0-py3-none-any.whl", hash = "sha256:87038be589077e4b407050a9da644d9cd9e4076ccfc8abc7f855cf6870d5c6c2"}, - {file = "poethepoet-0.19.0.tar.gz", hash = "sha256:897eb85ec15876d79befc7d19d4c80ce7c8b214d1bb0dcfec640abd81616bfed"}, + {file = "poethepoet-0.27.0-py3-none-any.whl", hash = "sha256:0032d980a623b96e26dc7450ae200b0998be523f27d297d799b97510fe252a24"}, + {file = "poethepoet-0.27.0.tar.gz", hash = "sha256:907ab4dc1bc6326be5a3b10d2aa39d1acc0ca12024317d9506fbe9c0cdc912c9"}, ] [package.dependencies] @@ -4237,4 +4237,4 @@ backend-rust = ["cssfinder-backend-rust"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c42958bca3d9ac6fbb9796a0fd57788c450096c63f132a8974deb3b0b4e3c349" +content-hash = "a659ddf3f639894b3a2567de4e8f00c98c4ac5f24999e3799e88143c5619f0da" diff --git a/pyproject.toml b/pyproject.toml index 759d013..08b50a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mypy = "^1.0.1" ptpython = "^3.0.22" typing-extensions = "^4.4.0" snakeviz = "^2.1.1" -poethepoet = ">=0.18.1,<0.20.0" +poethepoet = ">=0.18.1,<0.28.0" poetry = "^1.3.2" jinja2 = "^3.1.2" ruff = ">=0.0.254"