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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ dev = [
"homeassistant-stubs==2026.8.3",
"types-requests",
"types-PyYAML",
"mypy==2.1.0",
"pyright==1.1.410",
"ruff==0.15.18",
"mypy==2.3.1",
"pyright==1.1.411",
"ruff==0.16.5",
"bandit[toml]==1.9.4",
"prek>=0.4.5",
"prek>=0.5.0",
"voluptuous-stubs",
"python-direnv",
"prettier",
"radon==6.0.1",
"pylint==4.0.6",
"pylint==4.0.7",
# Pinned, not floored: each release pins one exact Home Assistant, so this
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=9.0.3
pytest>=9.1.1
pytest-asyncio>=1.4.0
setuptools>=65.7.0
pytest-homeassistant-custom-component==0.13.358
Expand Down
Loading