-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix: include new assets.txt file in make upgrade #32860
Conversation
@@ -429,22 +430,22 @@ edx-auth-backends==4.1.0 | |||
# openedx-blockstore | |||
edx-braze-client==0.1.7 | |||
# via -r requirements/edx/bundled.in | |||
edx-bulk-grades==1.0.1 | |||
edx-bulk-grades==1.0.2 |
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.
This package looks ok.
# via | ||
# -r requirements/edx/kernel.in | ||
# staff-graded-xblock | ||
edx-ccx-keys==1.2.1 | ||
# via -r requirements/edx/kernel.in | ||
edx-celeryutils==1.2.2 | ||
edx-celeryutils==1.2.3 |
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.
This package looks ok.
# via | ||
# -r requirements/edx/kernel.in | ||
# edx-name-affirmation | ||
# super-csv | ||
edx-codejail==3.3.3 | ||
# via -r requirements/edx/kernel.in | ||
edx-completion==4.2.1 | ||
edx-completion==4.3.0 |
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.
Looks ok
requirements/edx/base.txt
Outdated
# via -r requirements/edx/kernel.in | ||
edx-django-release-util==1.2.0 | ||
edx-django-release-util==1.3.0 |
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.
It has migration due to django40
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
My mistake, thanks for the fix @UsamaSadiq ! |
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
npm run build
(experimental) #32823 introduced two new Python requirements filesassets.in
andassets.txt
. Since these files were not included in themake upgrade
target, it broke both theUpgrade Requirements
andUpgrade one dependency
workflows due to requirements conflicts when upgrading packages.make upgrade
target will fix both of the failing jobs as well asmake upgrade
target running locally.Testing
Requirements Upgrade
workflow build against this branch.