diff --git a/poetry.lock b/poetry.lock index abaeb69..9660a7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 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" @@ -901,17 +901,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.24.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, + {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1392,4 +1392,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "673a213c6d28c62ea274b1a2d3a73bfa42197dee751dadc3993109723a15ed5e" +content-hash = "bb38ebbcbb798a3aa48eddd470fb0db2adeff285fbd10f3b157c95ed733ba056" diff --git a/pyproject.toml b/pyproject.toml index 0ed71e2..791c507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ mike = "^2.1.1" [tool.poetry.group.test.dependencies] pytest = "^8.2.0" -pytest-asyncio = "^0.23.6" +pytest-asyncio = ">=0.23.6,<0.25.0" pytest-cov = "^5.0.0" pytest-order = "^1.2.1" pytest-timeout = "^2.3.1"