From a6a3307d01b70242850412a060c5d61dcb655d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:13:06 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v0.22.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 004dc79..8d1d1cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -925,14 +925,14 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.22.0" description = "Pytest support for asyncio" category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.22.0.tar.gz", hash = "sha256:01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4"}, + {file = "pytest_asyncio-0.22.0-py3-none-any.whl", hash = "sha256:c09905acb3b79827aace4c67fe15097daea1b363c00c8236875395414914bad3"}, ] [package.dependencies] @@ -1212,4 +1212,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "6948e416bd30ff8ae43626f9e6bab7a8cf966662b26f4fb7aad00c566c6c55fe" +content-hash = "f4782502bc450bdb843f019bbac98a56a936dffe7bd58ee745e2bb587ea1362a" diff --git a/pyproject.toml b/pyproject.toml index 6daf31a..4944aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ faker = "==19.12.0" flake8 = "==6.1.0" mypy = "==1.6.1" pytest = "==7.4.2" -pytest-asyncio = "==0.21.1" +pytest-asyncio = "==0.22.0" pytest-cov = "==4.1.0" sqlite-utils = "==3.35.1"