From 0f7ab2574b398b1952ae2db413f2ba54594b8d4f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 16 Feb 2022 16:35:01 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v0.18.1 (develop) --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index c7d84cc4c..ed2a64fb5 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.17.2" +version = "0.18.1" description = "Pytest support for asyncio" category = "dev" optional = false @@ -1497,7 +1497,7 @@ python-versions = ">=3.7" [package.dependencies] pytest = ">=6.1.0" -typing-extensions = {version = ">=4.0", markers = "python_version < \"3.8\""} +typing-extensions = {version = ">=3.7.2", markers = "python_version < \"3.8\""} [package.extras] testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)"] @@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "de871bde8a404d46c1751b1c19ebb7f492da68ba10e8f3ebc5a9f513987510d8" +content-hash = "8440cf2c1dbee00b081e2c11f04add6f2e04f8090cf792152996aa5dd1e204ec" [metadata.files] aiohttp = [ @@ -3121,8 +3121,8 @@ pytest = [ {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.17.2.tar.gz", hash = "sha256:6d895b02432c028e6957d25fc936494e78c6305736e785d9fee408b1efbc7ff4"}, - {file = "pytest_asyncio-0.17.2-py3-none-any.whl", hash = "sha256:e0fe5dbea40516b661ef1bcfe0bd9461c2847c4ef4bb40012324f2454fb7d56d"}, + {file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"}, + {file = "pytest_asyncio-0.18.1-py3-none-any.whl", hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index a8ac83f4c..6904f94c9 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.17.2" +pytest-asyncio = "==0.18.1" requests-mock = "==1.9.3" Faker = "==12.3.3" coverage = "==6.3.1"