diff --git a/poetry.lock b/poetry.lock index 7f6933c..ecb5d2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1130,13 +1130,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.31.1" description = "A task runner that works well with poetry." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "poethepoet-0.29.0-py3-none-any.whl", hash = "sha256:f8dfe55006dcfb5cf31bcb1904e1262e1c642a4502fee3688cbf1bddfe5c7601"}, - {file = "poethepoet-0.29.0.tar.gz", hash = "sha256:676842302f2304a86b31ac56398dd672fae8471128d2086896393384dbafc095"}, + {file = "poethepoet-0.31.1-py3-none-any.whl", hash = "sha256:7fdfa0ac6074be9936723e7231b5bfaad2923e96c674a9857e81d326cf8ccdc2"}, + {file = "poethepoet-0.31.1.tar.gz", hash = "sha256:d6b66074edf85daf115bb916eae0afd6387d19e1562e1c9ef7d61d5c585696aa"}, ] [package.dependencies] @@ -1949,4 +1949,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "71aafd64cab4fc55992e56d8dc2a67eff10501b4a039c82f086a6d75d09501d9" +content-hash = "89b670f457f3ba9f5775f152601b1cd8348dd4f73d971dfed6ff4940b3e25d10" diff --git a/pyproject.toml b/pyproject.toml index e66de8d..3eec0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ black = "^24.10.0" mypy = "^1.12.0" debugpy = "^1.8.7" ruff = ">=0.7,<0.9" -poethepoet = "^0.29.0" +poethepoet = ">=0.29,<0.32" [tool.poetry.group.security.dependencies] safety = "^3.2.8"