diff --git a/poetry.lock b/poetry.lock index 86e1a57..e79eedb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1136,20 +1136,20 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, + {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1596,4 +1596,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "30270476b3684599c0433aba462c7510e2b068c8416064226412c51e3a57fe26" +content-hash = "5ec6f0cc0e42a38a9de869418406cbd983ee5b5076605da7c72630a0fb9ae5ae" diff --git a/pyproject.toml b/pyproject.toml index ea3d539..527b1f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ pre-commit-hooks = ">=4.3,<6.0" pylint = ">=2.15.5,<4.0.0" pytest = ">=7.2,<9.0" pytest-aiohttp = "^1.0.0" -pytest-asyncio = ">=0.20.1,<0.25.0" +pytest-asyncio = ">=0.20.1,<0.26.0" pytest-cov = ">=4,<7" pyupgrade = "^3.1.0" pyyaml = "^6.0.1"