* 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
17 lines
667 B
Plaintext
17 lines
667 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# make upgrade
|
|
#
|
|
cffi==1.14.4 # via cryptography
|
|
click==7.1.2 # via nltk
|
|
cryptography==3.2.1 # via -r requirements/edx-sandbox/shared.in
|
|
joblib==0.14.1 # via -c requirements/edx-sandbox/../constraints.txt, nltk
|
|
lxml==4.5.0 # via -c requirements/edx-sandbox/../constraints.txt, -r requirements/edx-sandbox/shared.in
|
|
nltk==3.5 # via -r requirements/edx-sandbox/shared.in
|
|
pycparser==2.20 # via cffi
|
|
regex==2020.11.13 # via nltk
|
|
six==1.15.0 # via cryptography
|
|
tqdm==4.54.1 # via nltk
|