diff --git a/rpc/poetry.lock b/rpc/poetry.lock index c9808b53a..43ab482da 100644 --- a/rpc/poetry.lock +++ b/rpc/poetry.lock @@ -1842,20 +1842,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.14.0" -description = "Pytest support for asyncio." +version = "0.23.5" +description = "Pytest support for asyncio" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"}, - {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=7.0.0,<9" [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" @@ -2556,4 +2557,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "27c00cfba41988018a5140500850efe187515e8f2f44382b82ff43827fbcdc00" +content-hash = "b6ebb82f35e6bbf2c64c0670a5f0970e08ec8ea077b1e5b7d9cb19a41f7ca353" diff --git a/rpc/pyproject.toml b/rpc/pyproject.toml index 3606685d3..44b045a35 100644 --- a/rpc/pyproject.toml +++ b/rpc/pyproject.toml @@ -19,7 +19,7 @@ ruff = "^0.1.2" black = "23.7.0" asynctest = "0.13.0" pytest = "~7.4.0" -pytest-asyncio = "0.14.0" +pytest-asyncio = "0.23.5" pytest-cov = "2.10.1" pytest-ruff = "^0.2.1"