From fde240389c3c2171a91d55d921d7100758ab37af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Apr 2023 17:05:51 +0000 Subject: [PATCH] chore(api): update dependency pytest-asyncio to v0.21.0 --- 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 eb3a03bc2..f1ff785e2 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2804,18 +2804,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[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" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -4008,4 +4008,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9a7f2e00ad7775f7bea40c1d1887a7743ccadaef616cae9e4b7a0a8402e6446c" +content-hash = "3631edc266950e4c86d7e56fc71ee4ee843d1caa05df23b5d8a6c27fd0ab30e4" diff --git a/api/pyproject.toml b/api/pyproject.toml index 88c750a17..43676b277 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -105,7 +105,7 @@ flake8 = "==3.9.2" ipdb = "==0.13.13" prompt-toolkit = "==3.0.38" pytest = "==7.2.2" -pytest-asyncio = "==0.20.3" +pytest-asyncio = "==0.21.0" pytest-cov = "==4.0.0" pytest-django = "==4.5.2" pytest-env = "==0.8.1"