Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
97838772de
Merge 1beb634560 into ec2b29e814 2026-05-28 22:11:31 +00:00
dependabot[bot]
1beb634560
chore(deps): update pytest-homeassistant-custom-component requirement
Updates the requirements on [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version.
- [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases)
- [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.326...0.13.334)

---
updated-dependencies:
- dependency-name: pytest-homeassistant-custom-component
  dependency-version: 0.13.334
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-28 22:11:28 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -290,4 +290,4 @@ property-decorators = ["propcache.api.cached_property"]
keep-runtime-typing = true
[project.optional-dependencies]
test = ["pytest-homeassistant-custom-component>=0.13.326"]
test = ["pytest-homeassistant-custom-component>=0.13.334"]

View file

@ -6,4 +6,4 @@ 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-homeassistant-custom-component>=0.13.326
pytest-homeassistant-custom-component>=0.13.334