diff --git a/poetry.lock b/poetry.lock index 8a566f1..b8ff4ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 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 = "appdirs" @@ -2212,13 +2212,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.19.0" +version = "0.25.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.25.0-py3-none-any.whl", hash = "sha256:42c0fd654f23e1b7c67aa8aa395c72e15eb275034bd5105171003daf679c1470"}, + {file = "poethepoet-0.25.0.tar.gz", hash = "sha256:ca8f1d8475aa10d2ceeb26331d2626fc4a6b51df1e7e70d3d0d6481a984faab6"}, ] [package.dependencies] @@ -3569,4 +3569,4 @@ backend-rust = ["cssfinder-backend-rust"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ca4451a7798b21b44ccb919b44830d8e0ed0d59a6e090495b70f7305403f246b" +content-hash = "d4a92cfa75393e6b447f76055d02ac9f58c4394a61f298d161d9ca23c8778561" diff --git a/pyproject.toml b/pyproject.toml index d2ce49a..946da1c 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.26.0" poetry = "^1.3.2" jinja2 = "^3.1.2" ruff = ">=0.0.254"