Merge pull request #18743 from edx/feanil/upgrade_gunicorn
Move pin of `gunicorn` to 2015 and run `make upgrade`
This commit is contained in:
@@ -91,7 +91,7 @@ fs==2.0.18
|
||||
fs-s3fs==0.1.8
|
||||
futures ; python_version == "2.7" # via django-pipeline, python-swift-client, s3transfer
|
||||
glob2==0.3 # Enhanced glob module, used in openedx.core.lib.rooted_paths
|
||||
gunicorn==17.5
|
||||
gunicorn==19.2.1
|
||||
help-tokens
|
||||
html5lib==0.999 # HTML parser, used for capa problems
|
||||
ipaddr==2.1.11 # Ip network support for Embargo feature
|
||||
|
||||
@@ -115,6 +115,7 @@ edx-completion==0.1.8
|
||||
edx-django-oauth2-provider==1.3.4
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==0.3.0 # via edx-drf-extensions
|
||||
edx-drf-extensions==1.6.1
|
||||
edx-enterprise==0.72.2
|
||||
edx-i18n-tools==0.4.6
|
||||
@@ -123,7 +124,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==0.4.10
|
||||
edx-proctoring==1.4.0
|
||||
edx-rest-api-client==1.7.2
|
||||
edx-rest-api-client==1.8.0
|
||||
edx-search==1.2.1
|
||||
edx-submissions==2.0.12
|
||||
edx-user-state-client==1.0.4
|
||||
@@ -138,7 +139,7 @@ fs==2.0.18
|
||||
future==0.16.0 # via pyjwkest
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
glob2==0.3
|
||||
gunicorn==17.5
|
||||
gunicorn==19.2.1
|
||||
hash-ring==1.3.1 # via django-memcached-hashring
|
||||
help-tokens==1.0.3
|
||||
html5lib==0.999
|
||||
|
||||
@@ -135,6 +135,7 @@ edx-completion==0.1.8
|
||||
edx-django-oauth2-provider==1.3.4
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==0.3.0
|
||||
edx-drf-extensions==1.6.1
|
||||
edx-enterprise==0.72.2
|
||||
edx-i18n-tools==0.4.6
|
||||
@@ -144,7 +145,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==0.4.10
|
||||
edx-proctoring==1.4.0
|
||||
edx-rest-api-client==1.7.2
|
||||
edx-rest-api-client==1.8.0
|
||||
edx-search==1.2.1
|
||||
edx-sphinx-theme==1.3.0
|
||||
edx-submissions==2.0.12
|
||||
@@ -173,7 +174,7 @@ future==0.16.0
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
fuzzywuzzy==0.16.0
|
||||
glob2==0.3
|
||||
gunicorn==17.5
|
||||
gunicorn==19.2.1
|
||||
hash-ring==1.3.1
|
||||
help-tokens==1.0.3
|
||||
html5lib==0.999
|
||||
@@ -325,7 +326,7 @@ testtools==2.3.0
|
||||
text-unidecode==1.2
|
||||
tincan==0.0.5
|
||||
tox-battery==0.5.1
|
||||
tox==3.1.2
|
||||
tox==3.1.3
|
||||
traceback2==1.4.0
|
||||
transifex-client==0.13.4
|
||||
twisted==16.6.0
|
||||
|
||||
@@ -130,6 +130,7 @@ edx-completion==0.1.8
|
||||
edx-django-oauth2-provider==1.3.4
|
||||
edx-django-release-util==0.3.1
|
||||
edx-django-sites-extensions==2.3.1
|
||||
edx-django-utils==0.3.0
|
||||
edx-drf-extensions==1.6.1
|
||||
edx-enterprise==0.72.2
|
||||
edx-i18n-tools==0.4.6
|
||||
@@ -139,7 +140,7 @@ edx-oauth2-provider==1.2.2
|
||||
edx-opaque-keys[django]==0.4.4
|
||||
edx-organizations==0.4.10
|
||||
edx-proctoring==1.4.0
|
||||
edx-rest-api-client==1.7.2
|
||||
edx-rest-api-client==1.8.0
|
||||
edx-search==1.2.1
|
||||
edx-submissions==2.0.12
|
||||
edx-user-state-client==1.0.4
|
||||
@@ -166,7 +167,7 @@ future==0.16.0
|
||||
futures==3.2.0 ; python_version == "2.7"
|
||||
fuzzywuzzy==0.16.0
|
||||
glob2==0.3
|
||||
gunicorn==17.5
|
||||
gunicorn==19.2.1
|
||||
hash-ring==1.3.1
|
||||
help-tokens==1.0.3
|
||||
html5lib==0.999
|
||||
@@ -309,7 +310,7 @@ testtools==2.3.0 # via fixtures, python-subunit
|
||||
text-unidecode==1.2 # via faker
|
||||
tincan==0.0.5
|
||||
tox-battery==0.5.1
|
||||
tox==3.1.2
|
||||
tox==3.1.3
|
||||
traceback2==1.4.0 # via testtools, unittest2
|
||||
transifex-client==0.13.4
|
||||
twisted==16.6.0 # via pa11ycrawler, scrapy
|
||||
|
||||
Reference in New Issue
Block a user