* chore: Upgrade Python requirements * build: Downgrade edx-submissions for now. The latest version changes a method signature and so code here will need to be updated before that can land. There is already a PR to pick up that change https://github.com/openedx/edx-platform/pull/37528 so it doesn't seem worth it to add the constraint so just downgrade the package in this PR so we can land the rest of the updates. --------- Co-authored-by: Feanil Patel <feanil@axim.org>
26 lines
653 B
Plaintext
26 lines
653 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.11
|
|
# by the following command:
|
|
#
|
|
# make upgrade
|
|
#
|
|
click==8.3.1
|
|
# via
|
|
# -r scripts/structures_pruning/requirements/base.in
|
|
# click-log
|
|
click-log==0.4.0
|
|
# via -r scripts/structures_pruning/requirements/base.in
|
|
dnspython==2.8.0
|
|
# via pymongo
|
|
edx-opaque-keys==3.0.0
|
|
# via -r scripts/structures_pruning/requirements/base.in
|
|
pymongo==4.4.0
|
|
# via
|
|
# -c requirements/constraints.txt
|
|
# -r scripts/structures_pruning/requirements/base.in
|
|
# edx-opaque-keys
|
|
stevedore==5.6.0
|
|
# via edx-opaque-keys
|
|
typing-extensions==4.15.0
|
|
# via edx-opaque-keys
|