fix: update requirements to fix broken dependency#360
Merged
Conversation
Fixing this is In service of ENT-10938.
There was a problem hiding this comment.
Pull request overview
This PR attempts to fix broken dependencies by updating requirements files from Python 3.11 to Python 3.12 and upgrading numerous package versions. However, the update contains several critical issues with non-existent package versions and future dates that will prevent successful installation.
Key changes:
- Updated Python version from 3.11 to 3.12 in auto-generated requirements files
- Updated numerous package versions across test, pip_tools, pip, and base requirements
- Major version bumps for several packages including pytest (8.x → 9.x), pylint (3.x → 4.x), isort (6.x → 7.x), and wrapt (1.x → 2.x)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements/test.txt | Updated test dependencies with Python 3.12; contains multiple non-existent package versions and future dates |
| requirements/pip_tools.txt | Updated pip-tools and click to newer versions |
| requirements/pip.txt | Updated pip from 24.2 to 25.3, which appears to be a non-existent version |
| requirements/base.txt | Updated core AWS-related dependencies (boto3, botocore, s3transfer, urllib3) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shravani-sonata-gottapu
approved these changes
Dec 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.
Fixing this is In service of ENT-10938 to fix broken api-manager pipeline in GoCD:
https://gocd.tools.edx.org/go/tab/build/detail/build-edx-api/174/build/1/package-source