diff --git a/poetry.lock b/poetry.lock index 2a9832bd..6fc5d7ce 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 = "aiodns" @@ -1479,13 +1479,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "poethepoet" -version = "0.25.0" +version = "0.26.1" description = "A task runner that works well with poetry." optional = false python-versions = ">=3.8" files = [ - {file = "poethepoet-0.25.0-py3-none-any.whl", hash = "sha256:42c0fd654f23e1b7c67aa8aa395c72e15eb275034bd5105171003daf679c1470"}, - {file = "poethepoet-0.25.0.tar.gz", hash = "sha256:ca8f1d8475aa10d2ceeb26331d2626fc4a6b51df1e7e70d3d0d6481a984faab6"}, + {file = "poethepoet-0.26.1-py3-none-any.whl", hash = "sha256:aa43b443fec5d17d7e76771cccd484e5285805301721a74f059c483ad3276edd"}, + {file = "poethepoet-0.26.1.tar.gz", hash = "sha256:aaad8541f6072617a60bcff2562d00779b58b353bd0f1847b06d8d0f2b6dc192"}, ] [package.dependencies] @@ -2245,4 +2245,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15f69545a2a1dcf0cbe36e5fb122991dde32b2eacf9f8f0e6eae37bf2ecfe718" +content-hash = "c9e0cc91d51ea8bbf8713a651164c89e3c3ccfba6b827f56b5559e16f0976511" diff --git a/pyproject.toml b/pyproject.toml index 9d9de9be..bff02c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ isort = "^5.10" pytest = ">=7.1,<9.0" pytest-asyncio = ">=0.21,<0.24" pre-commit = "^3.1" -poethepoet = ">=0.24,<0.26" +poethepoet = ">=0.24,<0.27" blacken-docs = "^1.12" ruff = "^0.1.8" tomli = { version = "~2", python = "<3.11" }