fix: downgrade django-storages to 1.14.3 (#35156)
* fix: downgrade django-storages to 1.14.3 * fix: change max version * feat: Recompile Python dependencies (#35164) Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <42981026+KristinAoki@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -121,3 +121,8 @@ backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo availabl
|
||||
# Otherwise we see a failure while running the following command:
|
||||
# export DJANGO_SETTINGS_MODULE=cms.envs.test; python manage.py cms check_reserved_keywords --override_file db_keyword_overrides.yml --report_path reports/reserved_keywords --report_file cms_reserved_keyword_report.csv
|
||||
numpy<2.0.0
|
||||
|
||||
# django-storages==1.14.4 breaks course imports
|
||||
# Two lines were added in 1.14.4 that make file_exists_in_storage function always return False,
|
||||
# as the default value of AWS_S3_FILE_OVERWRITE is True
|
||||
django-storages<1.14.4
|
||||
@@ -334,8 +334,9 @@ django-statici18n==2.5.0
|
||||
# lti-consumer-xblock
|
||||
# xblock-drag-and-drop-v2
|
||||
# xblock-poll
|
||||
django-storages==1.14.4
|
||||
django-storages==1.14.3
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/kernel.in
|
||||
# edxval
|
||||
django-user-tasks==3.2.0
|
||||
|
||||
@@ -550,8 +550,9 @@ django-statici18n==2.5.0
|
||||
# lti-consumer-xblock
|
||||
# xblock-drag-and-drop-v2
|
||||
# xblock-poll
|
||||
django-storages==1.14.4
|
||||
django-storages==1.14.3
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/doc.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
# edxval
|
||||
|
||||
@@ -396,8 +396,9 @@ django-statici18n==2.5.0
|
||||
# lti-consumer-xblock
|
||||
# xblock-drag-and-drop-v2
|
||||
# xblock-poll
|
||||
django-storages==1.14.4
|
||||
django-storages==1.14.3
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# edxval
|
||||
django-user-tasks==3.2.0
|
||||
|
||||
@@ -431,8 +431,9 @@ django-statici18n==2.5.0
|
||||
# lti-consumer-xblock
|
||||
# xblock-drag-and-drop-v2
|
||||
# xblock-poll
|
||||
django-storages==1.14.4
|
||||
django-storages==1.14.3
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# edxval
|
||||
django-user-tasks==3.2.0
|
||||
|
||||
Reference in New Issue
Block a user