From 6a4526de01970e77156316b0374a144ffbcea4dd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Dec 2022 23:03:35 +0000 Subject: [PATCH] chore(api): update dependency pytest-asyncio to v0.20.3 --- api/poetry.lock | 9 +++++---- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index c55512cc3..f10f54e3d 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1525,7 +1525,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.20.2" +version = "0.20.3" description = "Pytest support for asyncio" category = "dev" optional = false @@ -1536,6 +1536,7 @@ pytest = ">=6.1.0" typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] +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]] @@ -2181,7 +2182,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "be59186991402977c2ac497b8ba18468da4c12f88e2dff3cbf0f88c9b67656ef" +content-hash = "017a6f7857a48d6aea0ad023433928a753af9bdaea10cf1636a5619dbf90e45a" [metadata.files] aiohttp = [ @@ -3302,8 +3303,8 @@ pytest = [ {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.20.2.tar.gz", hash = "sha256:32a87a9836298a881c0ec637ebcc952cfe23a56436bdc0d09d1511941dd8a812"}, - {file = "pytest_asyncio-0.20.2-py3-none-any.whl", hash = "sha256:07e0abf9e6e6b95894a39f688a4a875d63c2128f76c02d03d16ccbc35bcc0f8a"}, + {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, + {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, ] pytest-cov = [ {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 328ec97a8..d347a686b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -69,7 +69,7 @@ pytest-env = "==0.8.1" pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.6" -pytest-asyncio = "==0.20.2" +pytest-asyncio = "==0.20.3" requests-mock = "==1.10.0" Faker = "==15.3.4" coverage = { version = "==6.5.0", extras = ["toml"] }