diff --git a/poetry.lock b/poetry.lock index 6a9c333eba..eb08252575 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2344,20 +2344,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[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]] @@ -3083,4 +3083,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ce41354b88fba13b073037d6a249602a4212414c5c9d114aa60dfe085ee5499c" +content-hash = "bff5e606ef50769830c3a2c52a09c61b18c0a29991a9a6b18eac4d1bd146e135" diff --git a/pyproject.toml b/pyproject.toml index 125291f4fa..323c1cf5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pydevd-pycharm = "~193.7288.30" # testing pytest = "^8.3.4" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" pytest-cov = "^5.0.0" pytest-ruff = "^0.4.1" pytest-xdist = "^3.6.1"