chore(deps): refresh dev toolchain and HA test harness to 2026.8.1 - #137
Merged
Conversation
- pytest-homeassistant-custom-component 0.13.348 -> 0.13.355 (HA 2026.7.4 -> 2026.8.1, dev/CI only; supported HA floor unchanged) - Pillow 12.2.0 -> 12.3.0 (matches HA 2026.8.1 package_constraints) - ruff 0.15.22 -> 0.16.2; ignore PLR0917 (companion to already-ignored PLR0913) - pre-commit 4.6.0 -> 4.6.1, diff-cover 10.3.0 -> 10.4.2 - uv lock --upgrade: picks up msgpack 1.2.1, pip 26.2.1, and other transitives Supersedes dependabot PRs #94, #110, #120, #128, #129, #130. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014hjUZ6aEMCJwQjyuFuTW3h
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014hjUZ6aEMCJwQjyuFuTW3h
This was referenced Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the open Dependabot dependency PRs into one verified bump; supersedes #94, #110, #120, #128, #129, #130 (Dependabot will auto-close them once this merges).
Changes
manifest.json/hacs.jsonis unchanged. Skipped Dependabot's 0.13.349 (Bump pytest-homeassistant-custom-component from 0.13.348 to 0.13.349 in the ha-test-harness group across 1 directory #94) because that release pins HA 2026.8.0b0 (beta).package_constraints.txt.uv lock --upgrade— picks up msgpack 1.2.1 (Bump msgpack from 1.1.2 to 1.2.1 #110), pip 26.2.1 (Bump pip from 26.1.1 to 26.1.2 #120), and other transitives.==1.8.2(HA 2026.8.1 pins the same version); pytest 9.0.3 and respx 0.23.1 unchanged (harness pins unchanged).Security note
Dependabot alert #119 (cryptography Bleichenbacher oracle, fixed in 50.0.0) cannot be resolved by this bump: HA core still pins
cryptography==48.0.1even in 2026.8.1, andhomeassistantis an exact-pin dependency of the test harness. Dev/CI-only exposure; being dismissed as tolerable risk per the dependency-pins policy, will re-check on the next HA bump.Verification
uv run ruff check .— cleanuv run mypy custom_components/— clean (78 files)uv run pytest -q— 1296 passeduv run pytest -m integration— 67 passedcheck_requirements_sync.pyandsync_service_translations.py --check— in sync🤖 Generated with Claude Code
https://claude.ai/code/session_014hjUZ6aEMCJwQjyuFuTW3h