chore(deps-dev): update pytest-asyncio requirement

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.4.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-29 22:57:42 +00:00
committed by GitHub
parent 2159ed2fde
commit 78a48f80b8
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=9.1.1",
"pytest-asyncio>=0.23",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
"pytest-mock>=3.12",
"ruff>=0.4",