chore(deps): consolidate Python dependency upgrades (non-major) - #12921
Merged
Conversation
Closes #12807 Packages bumped (all non-major): fastapi 0.136.1 β 0.136.3 Genshi 0.7.10 β 0.7.11 internetarchive 5.8.0 β 5.9.0 lxml 6.1.0 β 6.1.1 python-amazon-paapi 6.2.0 β 6.3.0 python-multipart 0.0.28 β 0.0.32 requests 2.34.0 β 2.34.2 (main + gh_scripts) sentry-sdk 2.59.0 β 2.61.1 uvicorn 0.46.0 β 0.49.0 pytest-asyncio 1.3.0 β 1.4.0 ruff 0.15.15 β 0.15.16 Excluded: luqum (0.11.0β0.14.0) β larger jump, defer to own PR for careful testing.
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates Renovateβs non-major Python dependency updates into a single upgrade set by bumping pinned versions in the repoβs requirements files.
Changes:
- Bumped runtime dependencies in
requirements.txt(FastAPI, Genshi, internetarchive, lxml, python-amazon-paapi, python-multipart, requests, sentry-sdk, uvicorn). - Bumped dev/test dependencies in
requirements_test.txt(pytest-asyncio, ruff). - Bumped
requestsin the GitHub scripts requirements.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/gh_scripts/requirements.txt | Updates requests pin for GitHub automation scripts. |
| requirements.txt | Updates pinned production/runtime Python dependencies. |
| requirements_test.txt | Updates pinned test/dev tool dependencies (incl. ruff). |
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
Consolidates Renovate PR #12807 into a single tested upgrade. All packages are non-major bumps.
Packages upgraded
Excluded packages
Testing
All packages installed cleanly in the Docker web container (
pip install -r requirements.txt -r requirements_test.txt). Local test suite could not be run becauseoldev:lateststill uses Python 3.12 while master now requires Python 3.14.5 (per PR #12643 /pyproject.toml). CI will run on the correct Python version.Checklist