From 8bb414ca24e4f2dcef1e20166299d033a50d5bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 19:20:40 +0000 Subject: [PATCH] fix(deps): update dependency pytest-asyncio to ^0.21.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f3b4f3..494d3b0 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest = {version = "^5.1", optional = true} pytest-cov = {version = "^2.8.1", optional = true} pytest-mock = {version = "^1.13.0", optional = true} pytest-html = {version = "^2.0.1", optional = true} -pytest-asyncio = {version = "^0.14.0", optional = true} +pytest-asyncio = {version = "^0.21.0", optional = true} mock = {version = "^4.0.2", optional = true} # Optional dependencies to be part of `bdd` extra # Already included as non-optional dependency