requirements: Upgrade SQLAlchemy to 1.2.6.

This commit is contained in:
Vishnu Ks 2018-04-01 14:22:55 +00:00 committed by Tim Abbott
parent ab81d8361e
commit 94c107747f
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ipython==6.2.1
Pillow==5.0.0
# Needed for building complex DB queries
SQLAlchemy==1.2.4
SQLAlchemy==1.2.6
# Needed for password hashing
argon2-cffi==18.1.0

View File

@ -157,7 +157,7 @@ sourcemap==0.2.1
sphinx-rtd-theme==0.2.4
sphinx==1.7.2
sphinxcontrib-websupport==1.0.1 # via sphinx
sqlalchemy==1.2.4
sqlalchemy==1.2.6
statsd==3.2.1 # via django-statsd-mozilla
stripe==1.77.2
tblib==1.3.2

View File

@ -108,7 +108,7 @@ 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
sqlalchemy==1.2.4
sqlalchemy==1.2.6
statsd==3.2.1 # via django-statsd-mozilla
stripe==1.77.2
tornado==4.5.3