chore: Upgrade Python requirements#598
Merged
Merged
Conversation
Contributor
Author
|
List of packages in the PR without any issue.
|
There was a problem hiding this comment.
Pull request overview
Updates pinned Python dependencies across the repo and applies small typing-related code adjustments needed to satisfy updated type-checking behavior (notably from newer stubs).
Changes:
- Bump versions of multiple pinned Python packages in
requirements/*.txt(base/test/dev/ci/doc/quality/pip/pip-tools). - Add explicit typing/casting in tagging taxonomy query logic.
- Adjust collections celery task queryset typing to accommodate stricter type checking.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/openedx_tagging/models/base.py |
Adds cast and refines local typing for collected tag IDs from .values() query results. |
src/openedx_content/applets/collections/tasks.py |
Adds a mypy suppression on a queryset filter (recommended to replace with typed coercion instead). |
requirements/base.txt |
Updates pinned runtime dependency versions. |
requirements/test.txt |
Updates pinned test dependency versions. |
requirements/quality.txt |
Updates pinned quality/lint dependency versions. |
requirements/dev.txt |
Updates pinned dev tooling dependency versions. |
requirements/ci.txt |
Updates pinned CI/tooling dependency versions. |
requirements/doc.txt |
Updates pinned documentation dependency versions. |
requirements/pip.txt |
Updates pinned pip version. |
requirements/pip-tools.txt |
Updates pinned click version used by pip-tools. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e59987b to
fa3559a
Compare
farhan
approved these changes
Jun 1, 2026
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.
Python requirements update. Please review the changelogs for the upgraded packages.