diff --git a/poetry.lock b/poetry.lock index e6072df6..dbbbab1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1283,18 +1283,18 @@ testing = ["coverage (==6.2)", "mypy (==0.931)"] [[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] @@ -2064,4 +2064,4 @@ fast = ["uvloop", "aiofiles"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1a528df83b39d47852dfa09c77bcfd35ec55bd86e3021aa68015de514d6d5fd4" +content-hash = "5e17efe6a5a71aeb05fa691f2c782bd8ff5bed2eaeaabd3c3292bf0a66ddaa55" diff --git a/pyproject.toml b/pyproject.toml index b9afaca7..113e040a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ sphinx-notfound-page = { version = "*", optional = true } [tool.poetry.group.tests.dependencies] pytest-mock = "^3.8.2" pytest = "^7.0.1" -pytest-asyncio = "^0.20.3" +pytest-asyncio = ">=0.20.3,<0.22.0" pytest-cov = "^4.0.0" pytest-lazy-fixture = "^0.6.3" pytest-aiohttp = "^1.0.4"