chore(deps): bundle dependabot bumps (ujson, idna, aiohttp, starlette, msgpack)#198
Merged
Merged
Conversation
Consolidates dependabot PRs #170, #183, #184, #186, #187, #188, #189: - ujson 5.12.1 → 5.13.0 (root, search-server, validator) - idna 3.13 → 3.18 (validator, latest available; supersedes 3.15) - aiohttp 3.13.5 → 3.14.1 (validator) - starlette 1.0.0 → 1.3.1 (validator) - msgpack 1.1.2 → 1.2.1 (validator) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
shardi-b
approved these changes
Jun 25, 2026
shardi-b
left a comment
Contributor
There was a problem hiding this comment.
Approved. No issues found during code review.
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.
Description
Consolidates 7 open dependabot PRs into a single review.
Supersedes:
Changes Made
requirements.txt: ujson 5.12.1 → 5.13.0docker/search-server/requirements.txt: ujson 5.12.1 → 5.13.0docker/validator/pyproject.toml: ujson 5.12.1 → 5.13.0docker/validator/uv.lock: regenerated viauv lock --upgrade-packagefor ujson, idna, aiohttp, starlette, msgpack. idna landed on 3.18 (latest available) rather than dependabot's 3.15 — no constraint pins it, and 3.13 → 3.18 is the same patch-line bump dependabot intended.Issue Link
Testing
Manual Testing
Lockfile regenerated cleanly; resolver did not need to change unrelated transitive deps. No code path changes — all are CVE/patch bumps.
Test Results:
Pending CI.
Automated Testing
Existing CI suite covers import-time + integration paths for every touched package (aiohttp / ujson / starlette / msgpack used heavily by validator + search-server).
Test Command(s):
Documentation
Documentation Changes:
N/A.
Checklist
Additional Notes
After this merges, the 7 superseded dependabot PRs can be closed (dependabot may auto-close them on next run).