Update dependencies across Python, npm, and pre-commit - #17335
Merged
Conversation
Python (prod.in): - google-cloud-storage 3.13.0 → 3.13.1 - Markdown 3.10.2 → 3.10.3 - sentry-sdk 2.66.1 → 2.67.1 Python (dev.in): - pyquery 2.0.1 → 2.1.0 - pytest-django 4.12.0 → 4.14.0 - ruff 0.15.18 → 0.16.0 - selenium 4.46.0 → 4.47.0 - translate-toolkit 3.19.15 → 3.19.17 - uv 0.11.23 → 0.12.0 npm: - jasmine-browser-runner 4.x → 5.0.0 - jasmine-core 6.x → 7.0.1 - @sentry/browser, caniuse-lite, concurrently, globals, prettier, sinon, svgo, webpack, webpack-cli updated within semver range pre-commit: - ruff-pre-commit v0.15.18 → v0.16.0 - django-upgrade 1.30.0 → 1.32.0 - prettier 3.3.3 → 3.9.6 Also applies prettier 3.9.6 formatting to one file.
stevejalim
requested
a lite review from Copilot
and removed request for
a team
August 18, 2026 16:13
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a broad dependency bump sweep across Bedrock’s Python (pip-compile output), npm dev dependencies (including Jasmine tooling), and pre-commit hooks, plus a small Prettier-driven reformat in one Wagtail admin JS helper.
Changes:
- Update pinned/compiled Python dependencies in production, development, and docs requirement sets.
- Upgrade npm Jasmine tooling (
jasmine-browser-runnerandjasmine-core) and refreshpackage-lock.jsonaccordingly. - Bump pre-commit hook versions (Ruff, Prettier, django-upgrade) and apply a minor JS formatting adjustment.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/prod.txt | Refresh compiled production pins/hashes after dependency updates. |
| requirements/prod.in | Bump top-level production pins (e.g., google-cloud-storage, Markdown, sentry-sdk). |
| requirements/docs.txt | Refresh compiled docs requirements to align with updated transitive pins. |
| requirements/dev.txt | Refresh compiled dev pins/hashes including tooling (ruff/uv/etc). |
| requirements/dev.in | Bump top-level dev tooling pins (ruff/uv/pytest-django/etc). |
| package.json | Upgrade Jasmine runner/core versions used by JS unit tests. |
| package-lock.json | Lockfile refresh to reflect npm dependency updates within declared ranges. |
| media/js/cms/wagtailadmin-locale-badges.js | Prettier-driven reformat (no functional logic change intended). |
| .pre-commit-config.yaml | Update hook revisions/deps for Ruff, Prettier, and django-upgrade. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Dep bump sweep using our
/update-depsClaude skillLocal verification Results
Changes Made
requirements/prod.in:
requirements/dev.in:
package.json:
package.json (npm update, within range):
svgo, webpack, webpack-cli — all updated within semver range
.pre-commit-config.yaml:
Prettier formatting fix:
Skipped
Could not update (too new for 7-day freshness filter)
Denied
Testing
test-python-moreincludes runningnpm buildandcollectstatic