* Pin requirements to temporarily fix instructor task registration We ran into an issue where instructor tasks were not being registered with celery correctly, resulting in: https://openedx.atlassian.net/browse/CR-2982 The cause wasn’t clear, so we started reverting some recent, suspect PRs. When we reverted #25746, the issue went away. The revert PR was this one: https://github.com/edx/edx-platform/pull/25766 So that we can unpause our deployment pipelines, we’re temporarily pinning the versions of the four packages upgraded in #25746 so we can continue to investigate. * Result of make upgrade, propagating constraints out to other requirements files
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# make upgrade
|
|
#
|
|
certifi==2020.12.5 # via requests
|
|
chardet==3.0.4 # via requests
|
|
idna==2.10 # via requests
|
|
requests==2.25.0 # via -r scripts/xblock/requirements.in
|
|
urllib3==1.26.2 # via requests
|