diff --git a/poetry.lock b/poetry.lock index a39a1d57..0b3647f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -285,13 +285,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.29.0" +version = "0.30.0" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" 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.30.0-py3-none-any.whl", hash = "sha256:bf875741407a98da9e96f2f2d0b2c4c34f56d89939a7f53a4b6b3a64b546ec4e"}, + {file = "poethepoet-0.30.0.tar.gz", hash = "sha256:9f7ccda2d6525616ce989ca8ef973739fd668f50bef0b9d3631421d504d9ae4a"}, ] [package.dependencies] @@ -525,4 +525,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "67b09897c37640ba97dec8ff859d7319908122f78207601ab2b39a656f4cebe9" +content-hash = "208263a663d89dff83143328d3dd1de57fa9807c7d5e4e7428d45090d97f8717" diff --git a/pyproject.toml b/pyproject.toml index eff15b0c..a7ce5a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy = {version = ">=0.930"} mypy-extensions = "^1.0.0" ruff = ">=0.5.1,<0.7.3" pytest = {version = ">=6.2.5"} -poethepoet = ">=0.21,<0.30" +poethepoet = ">=0.21,<0.31" pytest-asyncio = ">=0.23.2,<0.25.0" respx = ">=0.20.2,<0.22.0" types-aiofiles = ">=23.2.0.20240106,<25.0.0.0"