chore(deps): update dependency pytest-asyncio to ^0.25.0 (#4716)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-13 09:21:38 -06:00 committed by GitHub
commit ba3a999ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -62,7 +62,7 @@ mypy = "^1.5.1"
pre-commit = "^4.0.0"
pylint = "^3.0.0"
pytest = "^8.0.0"
pytest-asyncio = "^0.24.0"
pytest-asyncio = "^0.25.0"
rich = "^13.5.2"
ruff = "^0.8.0"
types-PyYAML = "^6.0.4"