chore(deps): bundle Dependabot bumps + clear starlette CVE#103
Merged
Conversation
Bundles five Dependabot version-floor bumps and regenerates the production lockfile, which floats starlette 1.1.0 -> 1.3.1 and clears CVE-2026-54282 / CVE-2026-54283. Manifests: - uvicorn >=0.48.0 -> >=0.49.0 (#96) - idna >=3.16 -> >=3.18 (#98) - pip-audit >=2.10.0 -> >=2.10.1 (#99, dev) - pytest >=9.0.3 -> >=9.1.0 (#101, dev) - ruff >=0.15.14 -> >=0.15.17 (#102, dev) Lockfile regen also floats: anyio 4.14.0, certifi 2026.6.17, fastapi 0.137.2, redis 7.4.1, slowapi 0.1.10, starlette 1.3.1. The ruff bump surfaces a pre-existing unused import (tests/test_estimates_refresh.py); removed it to keep lint green. pip-audit on requirements.lock is clean; 222 tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 2026
Merged
bk86a
added a commit
that referenced
this pull request
Jun 18, 2026
Patch release covering the starlette CVE fix and dependency bumps bundled in #103, plus the CI publish-paths fix in #95. - Security: starlette 1.1.0 -> 1.3.1 (CVE-2026-54282 / CVE-2026-54283) - Changed: uvicorn, idna, pip-audit, pytest, ruff bumps + lockfile regen - Fixed: CI republishes on bundled-data changes; unused-import lint fix Co-authored-by: Claude Opus 4.8 (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.
Bundles the five open Dependabot PRs into one branch and regenerates the production lockfile. The regen floats
starlette1.1.0 → 1.3.1, clearing CVE-2026-54282 / CVE-2026-54283 — the advisory currently breaking thesecuritygate on #101/#102 (and which would break #96/#98/#99 on re-run).Manifest bumps
>=0.48.0→>=0.49.0>=3.16→>=3.18>=2.10.0→>=2.10.1>=9.0.3→>=9.1.0>=0.15.14→>=0.15.17Lockfile float-ups (transitive)
anyio4.14.0 ·certifi2026.6.17 ·fastapi0.137.2 ·redis7.4.1 ·slowapi0.1.10 ·starlette1.3.1Notes
tests/test_estimates_refresh.py; removed to keep lint green.pip-audit -r requirements.lock→ no known vulnerabilities. 222 tests pass locally.Closes #96, closes #98, closes #99, closes #101, closes #102
🤖 Generated with Claude Code