Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 5231a30ca5 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>
2026-06-22 04:55:11 +00:00
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.23",
"pytest-asyncio>=1.4.0",
"pytest-cov>=4.1",
"pytest-mock>=3.12",
"ruff>=0.4",