diff --git a/poetry.lock b/poetry.lock index c83cc11b..ca327da8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -614,7 +614,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.20.2" description = "Pytest support for asyncio" category = "dev" optional = false @@ -894,7 +894,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7,<=3.11" -content-hash = "d2a86daef3a6a038b7989a89bd827459944cd531e753a483c41a4ec183d396d0" +content-hash = "f3ab778ca50395dfc824fe99bc2236a3ae779e47f90811c52f7337e6f4ed1454" [metadata.files] aioredis = [ @@ -1262,8 +1262,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"}, + {file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"}, ] pytest-cov = [ {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, diff --git a/pyproject.toml b/pyproject.toml index 15d667d8..a3e509f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ coverage = "^6.4" pytest-cov = "^4.0.0" pytest-xdist = "^2.5.0" unasync = "^0.5.0" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.20.2" email-validator = "^1.3.0" tox = "^3.26.0" tox-pyenv = "^1.1.0"