1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 22:45:22 +02:00

chore(deps): update dependency pytest-asyncio to v1 (#5473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-26 10:44:02 -05:00 committed by GitHub
parent c4aaf1a8c3
commit 44ee1440e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ mypy = "^1.5.1"
pre-commit = "^4.0.0"
pylint = "^3.0.0"
pytest = "^8.0.0"
pytest-asyncio = "^0.26.0"
pytest-asyncio = "^1.0.0"
rich = "^14.0.0"
ruff = "^0.11.0"
types-PyYAML = "^6.0.4"