From 29956142e150c0cd6bc66d3f65c87c4459150918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:28:30 -0800 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.21.0 (#2290) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ffdf6a3d236d..ef5149750ea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1988,18 +1988,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)"] @@ -3056,4 +3056,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "24a0158a7887ff387b9fc51a8fb03e2df3c5dc6289e595372db324e824d97c8a" +content-hash = "2dae8b9fcd39f6f493529920c3455f8f292595b3949fd3591301d904d349940d" diff --git a/pyproject.toml b/pyproject.toml index 473c9d0dd117..fcb2375fab54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pre-commit = "^3.0.4" pydantic-to-typescript = "^1.0.7" pylint = "^2.6.0" pytest = "^7.2.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" rich = "^13.0.0" ruff = "^0.0.252" types-PyYAML = "^6.0.4"