From 3f7d938c77cd72ce05a3428d1643cdf3044c873b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 11:41:13 +0000 Subject: [PATCH] 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 1a6a6b5..a21da91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ flake8-quotes = "^3.3.2" isort = "^5.11.4" mypy = "^0.991" pytest = "^7.2.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" pytest-deadfixtures = "^2.2.1" flake8-black = "^0.3.6" black = "^22.12.0"