diff --git a/oid4vci/poetry.lock b/oid4vci/poetry.lock index 0fe40c7e8..42d7bef18 100644 --- a/oid4vci/poetry.lock +++ b/oid4vci/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1952,20 +1952,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.21.2" +description = "Pytest support for asyncio" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.7" 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.21.2-py3-none-any.whl", hash = "sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b"}, + {file = "pytest_asyncio-0.21.2.tar.gz", hash = "sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45"}, ] [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=7.0.0" [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)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] [[package]] name = "pytest-cov" @@ -2587,4 +2588,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "daa0dc67058b213399b784b0abc54d07c27e834929c74f84f4d3ad6002a97f95" +content-hash = "843568927cd630fc261d59c9930ae8ee3601b09f9f07739991bcbce7cc7921a3" diff --git a/oid4vci/pyproject.toml b/oid4vci/pyproject.toml index 1aef3d7a0..95cc959a8 100644 --- a/oid4vci/pyproject.toml +++ b/oid4vci/pyproject.toml @@ -24,7 +24,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.21.2" pytest-cov = "^3.0.0" pytest-ruff = "^0.1.1"