-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Upgrade Python requirements (#2883) #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 updates Python dependencies across multiple requirement files, upgrading various packages to their latest versions. The changes are routine dependency maintenance, keeping the project up-to-date with security patches and new features.
Key Changes
- Updated core dependencies including
coverage(7.10.7 → 7.11.0),cryptography(46.0.2 → 46.0.3), andpillow(11.3.0 → 12.0.0) - Upgraded Google-related packages:
googleapis-common-protos(1.70.0 → 1.71.0) andprotobuf(6.32.1 → 6.33.0) - Updated AWS SDK packages:
boto3andbotocore(1.40.51 → 1.40.55)
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| requirements/test.txt | Updates test dependencies including coverage, cryptography, and testing framework packages |
| requirements/production.txt | Updates production dependencies including AWS SDK, cryptography, and core libraries |
| requirements/dev.txt | Updates development dependencies mirroring test environment updates |
| requirements/base.txt | Updates base dependencies shared across all environments |
| requirements/all.txt | Consolidates all dependency updates from other requirement files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Run JavaScript tests locally with Karma
There is work being done on a fix to get Karma to run in CI. Until then, however, contributors are required to run these tests locally.
make test-karma