chore(deps): update pytest-asyncio requirement from >=0.23.0 to >=1.3.0 (#115)

This commit is contained in:
dependabot[bot] 2026-04-14 07:40:59 +02:00 committed by GitHub
parent 707e1d47da
commit ff08df24e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,6 +80,6 @@ markers = [
[project.optional-dependencies]
test = [
"pytest>=9.0.3",
"pytest-asyncio>=0.23.0",
"pytest-asyncio>=1.3.0",
"pytest-homeassistant-custom-component>=0.13.323",
]