Bump pytest-asyncio from 0.21.0 to 0.21.1 (#795)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 26 Jul 2023 21:44:13 +0000 (23:44 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 21:44:13 +0000 (23:44 +0200)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 99668a28db7c609bd1cb9409cb0f542fb511bf63..92f94bfe909c4d5c4f96b75416eb8f481bbe9d58 100644 (file)
@@ -54,7 +54,7 @@ test = [
   "mypy==1.3.0",
   "ruff==0.0.277",
   "pytest==7.4.0",
-  "pytest-asyncio==0.21.0",
+  "pytest-asyncio==0.21.1",
   "pytest-aiohttp==1.0.4",
   "pytest-cov==4.1.0",
   "pre-commit==3.3.3"