From 35a254f67e0cdc608a648636ca3fe20069edf567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 16:49:02 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.20.3 to 0.21.0 (#556) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 134a5dd7..621c0374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "mypy==1.1.1", "ruff==0.0.257", "pytest==7.2.2", - "pytest-asyncio==0.20.3", + "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", "pytest-cov==4.0.0", "pre-commit==3.2.0" -- 2.34.1