requirements: Upgrade SQLAlchemy to 1.1.13.

This commit is contained in:
Vishnu Ks 2017-08-16 22:04:30 +00:00 committed by Tim Abbott
parent 6414d92560
commit 2a03a02032
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ipython==6.1.0
Pillow==4.2.1
# Needed for building complex DB queries
SQLAlchemy==1.1.10
SQLAlchemy==1.1.13
# Needed for password hashing
argon2-cffi==16.3.0

View File

@ -91,7 +91,7 @@ social-auth-app-django==1.2.0
social-auth-core==1.4.0
sockjs-tornado==1.0.3
sourcemap==0.2.1
sqlalchemy==1.1.10
sqlalchemy==1.1.13
statsd==2.1.2 # via django-statsd-mozilla
tornado==4.5.1
traitlets==4.3.2 # via ipython