chore: upgrade python requirements#165
Merged
muhammad-ammar merged 1 commit intomasterfrom Nov 21, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR performs a routine upgrade of Python package dependencies across all requirements files, updating packages to their latest minor or patch versions.
- Updates 12 different packages to newer versions
- Maintains consistency across all environment-specific requirements files (base, dev, test, production, doc, tox, pip_tools)
- Includes AWS SDK updates (boto3, botocore, s3transfer) and various utility library updates
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/tox.txt | Updates cachetools to 6.2.2 |
| requirements/test.txt | Updates 10 packages including asgiref, boto3, click, coverage, and faker |
| requirements/production.txt | Updates 10 packages matching test environment dependencies plus zope-interface |
| requirements/pip_tools.txt | Updates click to 8.3.1 |
| requirements/doc.txt | Updates 10 packages to match other environments for documentation builds |
| requirements/dev.txt | Updates 10 packages to align with production and test environments |
| requirements/base.txt | Updates 10 core packages that are shared across all environments |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mahamakifdar19
approved these changes
Nov 21, 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.