refactor: upgrade django=2.2.23. Fileupload issue fixed.

This commit is contained in:
Awais Qureshi
2021-05-17 19:29:31 +05:00
parent 5c73e5dd86
commit bd90545afe
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# latest version breaks the tests.
django<2.2.21
django<2.3
# celery 5.0 has dropped python3.5 support.
celery<5.0

View File

@@ -290,7 +290,7 @@ django-webpack-loader==0.7.0
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
# edx-proctoring
django==2.2.20
django==2.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/edx/../constraints.txt

View File

@@ -365,7 +365,7 @@ django-webpack-loader==0.7.0
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# edx-proctoring
django==2.2.20
django==2.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/edx/../constraints.txt

View File

@@ -1 +1 @@
django==2.2.20
django==2.2.23

View File

@@ -18,7 +18,7 @@ click==7.1.2
# code-annotations
code-annotations==1.1.1
# via -r requirements/edx/doc.in
django==2.2.20
django==2.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/edx/../constraints.txt