diff --git a/poetry.lock b/poetry.lock index 711119099c..327609a3b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2344,13 +2344,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.0" +version = "0.25.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, - {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, + {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] @@ -3083,4 +3083,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5a6d2eef6ec7e6b3759fd80a934f6a0c9279d1cd1dd209545eef5acd0732fd30" +content-hash = "3eb73b69d83a9ae1fba11790eecf4586d206ac1c1d4dc3a698b60b9819d19ce0" diff --git a/pyproject.toml b/pyproject.toml index 34b94d0cc5..7b6d43d5b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pydevd-pycharm = "~193.7288.30" # testing pytest = "^8.3.4" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^0.25.1" pytest-cov = "^5.0.0" pytest-ruff = "^0.4.1" pytest-xdist = "^3.6.1"