chore: Upgrade Python requirements (#37710)
* 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>
This commit is contained in:
committed by
GitHub
parent
86131b1d13
commit
101e69d78b
@@ -19,7 +19,7 @@ pymongo==4.4.0
|
||||
# -c requirements/constraints.txt
|
||||
# -r scripts/structures_pruning/requirements/base.in
|
||||
# edx-opaque-keys
|
||||
stevedore==5.5.0
|
||||
stevedore==5.6.0
|
||||
# via edx-opaque-keys
|
||||
typing-extensions==4.15.0
|
||||
# via edx-opaque-keys
|
||||
|
||||
@@ -32,7 +32,7 @@ pymongo==4.4.0
|
||||
# edx-opaque-keys
|
||||
pytest==9.0.1
|
||||
# via -r scripts/structures_pruning/requirements/testing.in
|
||||
stevedore==5.5.0
|
||||
stevedore==5.6.0
|
||||
# via
|
||||
# -r scripts/structures_pruning/requirements/base.txt
|
||||
# edx-opaque-keys
|
||||
|
||||
Reference in New Issue
Block a user