Bump pytest-asyncio from 0.23.2 to 0.23.3 (#985)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Jan 2024 19:04:09 +0000 (20:04 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 19:04:09 +0000 (20:04 +0100)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.2 to 0.23.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.2...v0.23.3)

---
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 202217c2e6a536f06d7ff091522baccf82831780..501914d6c586ca1d34e4a7ff26654afa91acab54 100644 (file)
@@ -54,7 +54,7 @@ test = [
   "mypy==1.8.0",
   "ruff==0.1.11",
   "pytest==7.4.4",
-  "pytest-asyncio==0.23.2",
+  "pytest-asyncio==0.23.3",
   "pytest-aiohttp==1.0.5",
   "pytest-cov==4.1.0",
   "pre-commit==3.6.0"