mirror of https://github.com/zulip/zulip.git
django-2.0: Bump social auth version to 2.1.0.
This commit is contained in:
parent
9a8d2244ca
commit
f190888dfb
|
@ -177,7 +177,7 @@ py3dns==3.1.0
|
||||||
pyldap==2.4.37
|
pyldap==2.4.37
|
||||||
|
|
||||||
# Install Python Social Auth
|
# Install Python Social Auth
|
||||||
social-auth-app-django==1.2.0
|
social-auth-app-django==2.1.0
|
||||||
|
|
||||||
# Needed for messages' rendered content parsing in push notifications.
|
# Needed for messages' rendered content parsing in push notifications.
|
||||||
lxml==4.1.0
|
lxml==4.1.0
|
||||||
|
|
|
@ -146,7 +146,7 @@ six==1.11.0
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
snakeviz==0.4.2
|
snakeviz==0.4.2
|
||||||
snowballstemmer==1.2.1
|
snowballstemmer==1.2.1
|
||||||
social-auth-app-django==1.2.0
|
social-auth-app-django==2.1.0
|
||||||
social-auth-core==1.5.0 # via social-auth-app-django
|
social-auth-core==1.5.0 # via social-auth-app-django
|
||||||
sockjs-tornado==1.0.3
|
sockjs-tornado==1.0.3
|
||||||
sourcemap==0.2.1
|
sourcemap==0.2.1
|
||||||
|
|
|
@ -102,7 +102,7 @@ rsa==3.4.2
|
||||||
simplegeneric==0.8.1 # via ipython
|
simplegeneric==0.8.1 # via ipython
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
social-auth-app-django==1.2.0
|
social-auth-app-django==2.1.0
|
||||||
social-auth-core==1.5.0 # via social-auth-app-django
|
social-auth-core==1.5.0 # via social-auth-app-django
|
||||||
sockjs-tornado==1.0.3
|
sockjs-tornado==1.0.3
|
||||||
sourcemap==0.2.1
|
sourcemap==0.2.1
|
||||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
||||||
# Typically, adding a dependency only requires a minor version bump, and
|
# Typically, adding a dependency only requires a minor version bump, and
|
||||||
# removing a dependency requires a major version bump.
|
# removing a dependency requires a major version bump.
|
||||||
|
|
||||||
PROVISION_VERSION = '14.6'
|
PROVISION_VERSION = '14.7'
|
||||||
|
|
Loading…
Reference in New Issue