diff --git a/poetry.lock b/poetry.lock index 14abbfd0..0805ed43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1337,20 +1337,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.1" 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.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, + {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, ] [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]] @@ -2217,4 +2217,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "e88f3d1dc1185242ff0f906b6c518bad60cb8ee1b9d16408d67af19c65ec7abf" +content-hash = "b65c908f01cf792c013266e2d62cfd2c1235c5dd5d43fe64671233acbc8a8156" diff --git a/pyproject.toml b/pyproject.toml index 5bd33e0f..9d925f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tox-poetry = "0.5.0" # deprecated, no sense in `^` [tool.poetry.group.test.dependencies] pytest = ">=7.4,<9.0" -pytest-asyncio = ">=0.23.2,<0.25.0" +pytest-asyncio = ">=0.23.2,<0.26.0" pytest-cov = ">=4.1,<6.0" pytest-rerunfailures = ">=13,<15" coverage = "^7.3.0"