chore(deps): refresh all deps (supersedes Dependabot PRs #139–#144)#146
Merged
Conversation
Rollup of `poetry update` plus the CI poetry pin bump. Supersedes all six open Dependabot PRs (#139–#144); they can be closed once this lands. ## Dependencies updated - backports-zstd 1.4.0 → 1.5.0 - coverage 7.13.5 → 7.14.0 (PR #142) - idna 3.13 → 3.14 (PR #144) - installer 1.0.0 → 1.0.1 - librt 0.10.0 → 0.11.0 (PR #141) - mypy 2.0.0 → 2.1.0 - pandas 3.0.2 → 3.0.3 - pbs-installer 2026.5.4 → 2026.5.10 (PR #140 covered .4 → .8; poetry update went further) - poetry 2.4.0 → 2.4.1 (PR #143) - propcache 0.4.1 → 0.5.2 - requests 2.33.1 → 2.34.0 - tomlkit 0.14.0 → 0.15.0 ## CI - `.github/workflows/constraints.txt`: poetry 2.4.0 → 2.4.1 (matches PR #139 to keep CI poetry version in sync with lockfile). ## Hooks / tooling not changed - pre-commit autoupdate proposed isort 8.0.1 → 9.0.0a3 (prerelease); declined per the precedent set in PR #138. All other hooks already current. - Other CI pins (pip 26.1.1, nox 2026.4.10, nox-poetry 1.2.0, virtualenv 21.3.1) are already on latest stable. - Dockerfile base `python:3.13-trixie` is current. ## Validation - `nox` — all 7 sessions clean (pre-commit, safety, mypy, tests, typeguard, docs, coverage) - 293 tests pass, 97 % coverage Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
This was referenced May 12, 2026
jantman
added a commit
that referenced
this pull request
May 12, 2026
Covers two PRs merged after 0.12.0: - PR #145 (MCU lockup recovery): App.safe_reboot() → App.reboot() in firmware liveness watchdog, new FleetTimeoutTracker for fleet-wide Slack alerting, interrupt + bootloader/RTC WDTs as defense-in-depth. - PR #146 (dependency refresh): poetry update rollup covering all six Dependabot PRs (#139–#144) plus mypy 2.0.0 → 2.1.0 and others; CI poetry pin bumped to 2.4.1. Also folds in the unreleased 0.12.1 (ESPHome 2025.11.2 firmware compilation fixes from 6ca8ff7). Minor version bump (0.12.x → 0.13.0) reflects the new FleetTimeoutTracker feature; the firmware fix and dep refresh alone would have been a patch bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Rollup of `poetry update` plus the CI poetry pin bump. Supersedes all six open Dependabot PRs (#139, #140, #141, #142, #143, #144); they can be closed once this lands.
Dependencies updated (via `poetry update`)
CI
Hooks / tooling intentionally not changed
Test plan
🤖 Generated with Claude Code