requirements: Upgrade SQLAlchemy to 1.2.14.

This commit is contained in:
Vishnu Ks 2018-11-13 06:49:01 +00:00 committed by Tim Abbott
parent 2d140bae3e
commit 7fafcd438e
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ipython==6.5.0
Pillow==5.3.0
# Needed for building complex DB queries
SQLAlchemy==1.2.10
SQLAlchemy==1.2.14
# Needed for password hashing
argon2-cffi==18.3.0

View File

@ -167,7 +167,7 @@ sourcemap==0.2.1
sphinx-rtd-theme==0.4.2
sphinx==1.8.2
sphinxcontrib-websupport==1.0.1 # via sphinx
sqlalchemy==1.2.10
sqlalchemy==1.2.14
statsd==3.2.1 # via django-statsd-mozilla
stripe==2.3.0
tblib==1.3.2

View File

@ -116,7 +116,7 @@ social-auth-app-django==3.1.0
social-auth-core==1.5.0 # via social-auth-app-django
sockjs-tornado==1.0.6
sourcemap==0.2.1
sqlalchemy==1.2.10
sqlalchemy==1.2.14
statsd==3.2.1 # via django-statsd-mozilla
stripe==2.3.0
tornado==4.5.3