requirements: Upgrade SQLAlchemy to 1.2.10.

Bunch of bug fixes.
http://docs.sqlalchemy.org/en/latest/changelog/
changelog_12.html#change-1.2.10
This commit is contained in:
Vishnu Ks 2018-07-30 12:33:35 +00:00 committed by Tim Abbott
parent 8b857db5ae
commit de77728c86
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ipython==6.5.0
Pillow==5.1.0
# Needed for building complex DB queries
SQLAlchemy==1.2.7
SQLAlchemy==1.2.10
# Needed for password hashing
argon2-cffi==18.1.0

View File

@ -165,7 +165,7 @@ sourcemap==0.2.1
sphinx-rtd-theme==0.4.1
sphinx==1.7.6
sphinxcontrib-websupport==1.0.1 # via sphinx
sqlalchemy==1.2.7
sqlalchemy==1.2.10
statsd==3.2.1 # via django-statsd-mozilla
stripe==1.82.1
tblib==1.3.2

View File

@ -115,7 +115,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.7
sqlalchemy==1.2.10
statsd==3.2.1 # via django-statsd-mozilla
stripe==1.82.1
tornado==4.5.3