From b09c84426907403e9cbe91284abf5e503b230c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 08:12:19 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ^0.20.3 to ^0.21.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 904ccc5..ea1e317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ coverage = "^7.1" pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" unasync = "^0.5.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" email-validator = "^1.3.0" tox = "^3.26.0" tox-pyenv = "^1.1.0"