From 01a35157d2fc5e12ea3c02f1376a793c2d89e452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 10:40:58 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.19.0 to 0.20.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca449319..ee62fb41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ coverage = "^6.4" pytest-cov = "^4.0.0" pytest-xdist = "^2.5.0" unasync = "^0.5.0" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.20.3" email-validator = "^1.3.0" tox = "^3.26.0" tox-pyenv = "^1.1.0"