diff --git a/poetry.lock b/poetry.lock index 454e6a3..aa03baf 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.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -640,13 +640,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.30.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.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, - {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, + {file = "poethepoet-0.31.1-py3-none-any.whl", hash = "sha256:7fdfa0ac6074be9936723e7231b5bfaad2923e96c674a9857e81d326cf8ccdc2"}, + {file = "poethepoet-0.31.1.tar.gz", hash = "sha256:d6b66074edf85daf115bb916eae0afd6387d19e1562e1c9ef7d61d5c585696aa"}, ] [package.dependencies] @@ -1189,4 +1189,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9205800871d6e79a266d058290c9c79d505924ca7ed2d22d05169ff1fbb4dda2" +content-hash = "dc2fea9c190bdc0473a3f061a5e7a4000a96da0ce845fe533e1107e673448332" diff --git a/pyproject.toml b/pyproject.toml index ef43b2b..2e42bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pytest-asyncio = "^0.24.0" pytest = "^8.3.3" pre-commit = "^4.0.1" gitlint = "^0.19.1" -poethepoet = "^0.30.0" +poethepoet = "^0.31.1" pytest-cov = "^5.0.0" uvicorn = "^0.32.0" requests = "^2.32.3"