chore: upgrade python requirements#162
Merged
muhammad-ammar merged 1 commit intomasterfrom Nov 13, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Python package dependencies across all requirement files to their latest versions as part of routine maintenance.
- Updates core dependencies including Django (4.2.25 → 4.2.26), pytest (8.4.2 → 9.0.1), and django-countries (7.6.1 → 8.1.0)
- Updates AWS SDK packages (boto3, botocore) and various other supporting libraries
- Updates pip compilation commands in file headers to reflect simplified command format
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| requirements/tox.txt | Updates tox and virtualenv to latest minor versions |
| requirements/test.txt | Updates testing dependencies including pytest major version upgrade and various library updates |
| requirements/production.txt | Updates production dependencies including Django, AWS SDK, and supporting libraries |
| requirements/pip_tools.txt | Updates pip-tools and simplifies pip-compile command in header |
| requirements/pip.txt | Simplifies pip-compile command format in header |
| requirements/doc.txt | Updates documentation build dependencies to match base and production versions |
| requirements/django.txt | Updates Django to patch version 4.2.26 |
| requirements/dev.txt | Updates development dependencies to match base and production versions |
| requirements/base.txt | Updates base dependencies including Django, AWS SDK, and core libraries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| zope-event==6.1 | ||
| # via gevent | ||
| zope-interface==8.0.1 | ||
| zope-interface==8.1 |
There was a problem hiding this comment.
The version 8.1 for zope-interface is missing the patch version number. The previous version was 8.0.1, and the new version should likely be 8.1.0 for consistency with semantic versioning. Please verify the correct version format.
Suggested change
| zope-interface==8.1 | |
| zope-interface==8.1.0 |
jajjibhai008
approved these changes
Nov 13, 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.
No description provided.