diff --git a/poetry.lock b/poetry.lock index d2266c5cb..3a591ddcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1335,18 +1335,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.0" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, + {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] @@ -2252,4 +2252,4 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<4.0" -content-hash = "2d89dc2a71e50f114a0f50e621d92891d89704b832d40b567583554c67333edd" +content-hash = "005722963565c7eb6f616ecc155a0b3fb68a3dff3dab47a7c32af07bbd8005a7" diff --git a/pyproject.toml b/pyproject.toml index 43238406d..d4c4e5ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pre-commit-hooks = "^4.4.0" sphinx-rtd-theme = "^1.2.0" sphinx-click = "^4.4.0" Pygments = "^2.14.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" aioresponses = "^0.7.4" pytest-cov = "^4.0.0" #ensure urllib3 (for requests/sphinx) is greater than 1.26.5 to account for CVE-2021-33503