Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.14.3,<3.15"
dependencies = [
"homeassistant==2026.8.0",
"homeassistant==2026.8.3",
"span-panel-api==3.3.0",
# Separate distributions, not dependencies of the bootstrap: adapters are found
# through the `span_panel_api.schema_adapters` entry-point group, so each one has
Expand All @@ -19,7 +19,7 @@ dependencies = [

[dependency-groups]
dev = [
"homeassistant-stubs==2026.8.0",
"homeassistant-stubs==2026.8.3",
"types-requests",
"types-PyYAML",
"mypy==2.1.0",
Expand All @@ -36,7 +36,7 @@ dev = [
# and the `homeassistant` pin above are a single choice rather than two.
# 0.13.354 is the release that pins 2026.8.0, the version this integration
# declares as its floor and therefore the one worth testing against.
"pytest-homeassistant-custom-component==0.13.354",
"pytest-homeassistant-custom-component==0.13.358",
"isort",
"vulture>=2.14",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest>=9.0.3
pytest-asyncio>=1.4.0
setuptools>=65.7.0
pytest-homeassistant-custom-component==0.13.354
homeassistant==2026.8.0
pytest-homeassistant-custom-component==0.13.358
homeassistant==2026.8.3
span-panel-api==3.3.0
span-panel-api-schema-0==1.1.2
span-panel-api-schema-1==1.1.3
Loading