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

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/v1.3.0...v1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-30 13:06:10 +02:00 committed by GitHub
parent 963132c186
commit d4c93d2592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,5 +5,5 @@ ruff>=0.15.12,<0.16.0
zlib_ng>=1.0.0,<1.1.0
isal>=1.8.0,<1.9.0
pytest>=9.0.3
pytest-asyncio>=1.3.0
pytest-asyncio>=1.4.0
pytest-homeassistant-custom-component>=0.13.326