Skip to content

Conversation

@muhammad-ammar
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Copilot AI Nov 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@muhammad-ammar muhammad-ammar merged commit f6d35fd into master Nov 13, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants