Skip to content
Snippets Groups Projects
Commit 16c7f0a6 authored by Awais Qureshi's avatar Awais Qureshi
Browse files

BOM-1278

Upgrade django-toolbar.
parent 1f32bc63
Branches
Tags
No related merge requests found
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
# The CORS_ORIGIN_WHITELIST changes in a backwards incompatible way in 3.0.0, needs matching configuration repo changes # The CORS_ORIGIN_WHITELIST changes in a backwards incompatible way in 3.0.0, needs matching configuration repo changes
django-cors-headers<3.0.0 django-cors-headers<3.0.0
# Constraining this since the newer versions no longer work with the deprecated MIDDLEWARE_CLASSES setting
django-debug-toolbar<2.0
# Version 1.2.0 dropped support for Django 1.11 # Version 1.2.0 dropped support for Django 1.11
django-oauth-toolkit<1.2.0 django-oauth-toolkit<1.2.0
...@@ -80,3 +77,6 @@ mock<4.0.0 ...@@ -80,3 +77,6 @@ mock<4.0.0
# django-storages version 1.9 drops support for boto storage backend. # django-storages version 1.9 drops support for boto storage backend.
django-storages<1.9 django-storages<1.9
# Support was dropped for Python 3.5, Django 2.0, Django 2.1, DRF 3.7
drf-yasg<1.17.1
...@@ -91,7 +91,7 @@ djangorestframework-xml==1.4.0 # via edx-enterprise ...@@ -91,7 +91,7 @@ djangorestframework-xml==1.4.0 # via edx-enterprise
djangorestframework==3.9.4 djangorestframework==3.9.4
docopt==0.6.2 docopt==0.6.2
docutils==0.16 # via botocore docutils==0.16 # via botocore
drf-yasg==1.17.1 # via edx-api-doc-tools drf-yasg==1.17.0 # via edx-api-doc-tools
edx-ace==0.1.13 edx-ace==0.1.13
edx-analytics-data-api-client==0.15.3 edx-analytics-data-api-client==0.15.3
edx-api-doc-tools==1.0.2 edx-api-doc-tools==1.0.2
......
...@@ -72,7 +72,7 @@ django-config-models==2.0.0 ...@@ -72,7 +72,7 @@ django-config-models==2.0.0
django-cors-headers==2.5.3 django-cors-headers==2.5.3
django-countries==5.5 django-countries==5.5
django-crum==0.7.5 django-crum==0.7.5
django-debug-toolbar==1.11 django-debug-toolbar==2.2
django-fernet-fields==0.6 django-fernet-fields==0.6
django-filter==2.2.0 django-filter==2.2.0
django-ipware==2.1.0 django-ipware==2.1.0
...@@ -103,7 +103,7 @@ djangorestframework-xml==1.4.0 ...@@ -103,7 +103,7 @@ djangorestframework-xml==1.4.0
djangorestframework==3.9.4 djangorestframework==3.9.4
docopt==0.6.2 docopt==0.6.2
docutils==0.16 docutils==0.16
drf-yasg==1.17.1 drf-yasg==1.17.0
edx-ace==0.1.13 edx-ace==0.1.13
edx-analytics-data-api-client==0.15.3 edx-analytics-data-api-client==0.15.3
edx-api-doc-tools==1.0.2 edx-api-doc-tools==1.0.2
...@@ -289,7 +289,7 @@ social-auth-core==3.2.0 ...@@ -289,7 +289,7 @@ social-auth-core==3.2.0
git+https://github.com/jazzband/sorl-thumbnail.git@13bedfb7d2970809eda597e3ef79318a6fa80ac2#egg=sorl-thumbnail git+https://github.com/jazzband/sorl-thumbnail.git@13bedfb7d2970809eda597e3ef79318a6fa80ac2#egg=sorl-thumbnail
sortedcontainers==2.1.0 sortedcontainers==2.1.0
soupsieve==1.9.5 soupsieve==1.9.5
sphinx==2.4.1 # via edx-sphinx-theme, sphinxcontrib-httpdomain sphinx==2.4.2 # via edx-sphinx-theme, sphinxcontrib-httpdomain
sphinxcontrib-applehelp==1.0.1 # via sphinx sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx sphinxcontrib-htmlhelp==1.0.2 # via sphinx
......
...@@ -99,7 +99,7 @@ djangorestframework-xml==1.4.0 ...@@ -99,7 +99,7 @@ djangorestframework-xml==1.4.0
djangorestframework==3.9.4 djangorestframework==3.9.4
docopt==0.6.2 docopt==0.6.2
docutils==0.16 docutils==0.16
drf-yasg==1.17.1 drf-yasg==1.17.0
edx-ace==0.1.13 edx-ace==0.1.13
edx-analytics-data-api-client==0.15.3 edx-analytics-data-api-client==0.15.3
edx-api-doc-tools==1.0.2 edx-api-doc-tools==1.0.2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment