From 5bbd814ca42b55c6e60458efddfbd80a9e27535e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 3 Mar 2022 22:40:29 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v0.18.2 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 6d3c60ec4..c128bab1a 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1489,7 +1489,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.18.1" +version = "0.18.2" description = "Pytest support for asyncio" category = "dev" optional = false @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d57f6b69d1e3f7b07609006241f1ba75c7b94be7c4190047575d7d2660d52c64" +content-hash = "ef7a55f32b94c899d28b2e9c1195fed719ae73151af3a9d1749691ec36f86247" [metadata.files] aiohttp = [ @@ -3121,8 +3121,8 @@ pytest = [ {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"}, - {file = "pytest_asyncio-0.18.1-py3-none-any.whl", hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e"}, + {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"}, + {file = "pytest_asyncio-0.18.2-py3-none-any.whl", hash = "sha256:20db0bdd3d7581b2e11f5858a5d9541f2db9cd8c5853786f94ad273d466c8c6d"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index f9595cb00..ecf8b964e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -67,7 +67,7 @@ pytest-env = "==0.6.2" pytest-mock = "==3.7.0" pytest-randomly = "==3.11.0" pytest-sugar = "==0.9.4" -pytest-asyncio = "==0.18.1" +pytest-asyncio = "==0.18.2" requests-mock = "==1.9.3" Faker = "==13.3.0" coverage = "==6.3.2"