Skip to content

Commit

Permalink
django-2.0: Bump social auth version to 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and timabbott committed Jan 30, 2018
1 parent 9a8d224 commit f190888
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/common.in
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ py3dns==3.1.0
pyldap==2.4.37

# 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.
lxml==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ six==1.11.0
smmap==0.9.0
snakeviz==0.4.2
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
sockjs-tornado==1.0.3
sourcemap==0.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rsa==3.4.2
simplegeneric==0.8.1 # via ipython
six==1.11.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
sockjs-tornado==1.0.3
sourcemap==0.2.1
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.

PROVISION_VERSION = '14.6'
PROVISION_VERSION = '14.7'

0 comments on commit f190888

Please sign in to comment.