-
Notifications
You must be signed in to change notification settings - Fork 32
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
chore: Upgrade Python requirements #271
chore: Upgrade Python requirements #271
Conversation
List of packages in the PR without any issue.
|
These Packages need manual review..
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #271 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 18 18
Lines 1995 1995
Branches 90 90
=======================================
Hits 1866 1866
Misses 118 118
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -8,7 +8,7 @@ asgiref==3.8.1 | |||
# via django | |||
django==4.2.16 | |||
# via | |||
# -c requirements/common_constraints.txt | |||
# -c /home/runner/work/edx-submissions/edx-submissions/requirements/common_constraints.txt |
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.
FYI This is a known issue with pip-compile: jazzband/pip-tools#2131
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.
👍
-
I tested thisgreen CI is sufficient - I read through the code and checked the dependencies updated for breaking changes.
Python requirements update. Please review the changelogs for the upgraded packages.