Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Python package dependencies and updates tox configuration for compatibility. The key focus is upgrading Django from 4.2.24 to 5.2.7 and updating numerous supporting packages to compatible versions.
- Replaces deprecated
whitelist_externalswithallowlist_externalsin tox.ini - Upgrades Django from 4.2.24 to 5.2.7 and updates Django constraint from <5.0 to <6.0
- Updates 40+ package versions including cryptography, coverage, tox, and various edx packages
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tox.ini | Updates deprecated tox configuration key from whitelist_externals to allowlist_externals |
| requirements/common_constraints.txt | Updates Django constraint to <6.0 and pip constraint to <25.3 |
| requirements/constraints.txt | Adds social-auth-app-django version constraint explanation for Django 5.x compatibility |
| requirements/django.txt | Upgrades Django from 4.2.24 to 5.2.7 |
| requirements/base.txt | Updates core dependencies including Django, various packages, and adds constraint reference |
| requirements/production.txt | Updates production dependencies to match Django 5.2.7 upgrade |
| requirements/test.txt | Updates test dependencies and adds constraint reference |
| requirements/quality.txt | Updates quality/lint dependencies and adds constraint reference |
| requirements/validation.txt | Updates validation dependencies with new jeepney and secretstorage packages |
| requirements/doc.txt | Updates documentation build dependencies |
| requirements/dev.txt | Updates development dependencies including django-debug-toolbar and diff-cover |
| requirements/pip.txt | Upgrades pip from 24.2 to 25.2 |
| requirements/pip-tools.txt | Updates pip-tools from 7.5.0 to 7.5.1 |
| requirements/ci.in | Removes deprecated tox-battery dependency |
| requirements/ci.txt | Updates CI dependencies and removes deprecated packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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