Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
ef01e20fb7
chore(deps): update pytest-asyncio requirement from >=0.23.0 to >=1.3.0
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.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 21:35:30 +00:00

View file

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