* 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
18 lines
741 B
Plaintext
18 lines
741 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile
|
|
# To update, run:
|
|
#
|
|
# make upgrade
|
|
#
|
|
coverage==5.3 # via -r requirements/edx/coverage.in
|
|
diff-cover==4.0.1 # via -r requirements/edx/coverage.in
|
|
importlib-metadata==1.7.0 # via -c requirements/edx/../constraints.txt, inflect
|
|
inflect==3.0.2 # via -c requirements/edx/../constraints.txt, jinja2-pluralize
|
|
jinja2-pluralize==0.3.0 # via diff-cover
|
|
jinja2==2.11.2 # via diff-cover, jinja2-pluralize
|
|
markupsafe==1.1.1 # via jinja2
|
|
more-itertools==8.6.0 # via zipp
|
|
pluggy==0.13.1 # via diff-cover
|
|
pygments==2.7.3 # via diff-cover
|
|
zipp==1.0.0 # via -c requirements/edx/../constraints.txt, importlib-metadata
|