chore: Upgrade Python requirements#122
Merged
shafqatfarhan merged 2 commits intomainfrom Sep 11, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Python package requirements across the codebase to their latest versions, as indicated by the title "chore: Upgrade Python requirements". The upgrade includes security patches and feature updates for various dependencies.
- Updates multiple Python packages to their latest versions across all requirement files
- Includes a Django migration generated from the Django version upgrade (4.2.23 → 4.2.24)
- Removes some deprecated dependencies that are no longer needed
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sanctions/apps/sanctions/migrations/0004_alter_historicalsanctionscheckfailure_options_and_more.py | Django migration generated by upgrading Django from 4.2.23 to 4.2.24 |
| requirements/validation.txt | Updates validation environment dependencies to latest versions |
| requirements/test.txt | Updates test environment dependencies to latest versions |
| requirements/quality.txt | Updates quality/linting environment dependencies to latest versions |
| requirements/production.txt | Updates production environment dependencies to latest versions |
| requirements/pip.txt | Updates pip toolchain dependencies and fixes comment path reference |
| requirements/doc.txt | Updates documentation environment dependencies to latest versions |
| requirements/django.txt | Updates Django version from 4.2.23 to 4.2.24 |
| requirements/dev.txt | Updates development environment dependencies to latest versions |
| requirements/ci.txt | Updates CI environment dependencies to latest versions |
| requirements/base.txt | Updates base dependencies to latest versions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
NawfalAhmed
approved these changes
Sep 11, 2025
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.
Merge checklist:
Check off if complete or not applicable:
Post-merge: