Bump pytest-asyncio from 0.20.3 to 0.21.0 (#556)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 22 Mar 2023 15:49:02 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 15:49:02 +0000 (16:49 +0100)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 134a5dd7e217f51a394067e9c9aa7138099c47ff..621c0374fffccdbff00ebb6217029ea6b57c3f4b 100644 (file)
@@ -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"