requirements: Upgrade SQLAlchemy to 1.1.14.

This commit is contained in:
Vishnu Ks 2017-09-18 21:33:30 +00:00 committed by Tim Abbott
parent 5bee2584d1
commit 345a01bef2
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ipython==6.2.0
Pillow==4.2.1
# Needed for building complex DB queries
SQLAlchemy==1.1.13
SQLAlchemy==1.1.14
# Needed for password hashing
argon2-cffi==16.3.0

View File

@ -142,7 +142,7 @@ sourcemap==0.2.1
sphinx-rtd-theme==0.2.4
sphinx==1.6.2
sphinxcontrib-websupport==1.0.1 # via sphinx
sqlalchemy==1.1.13
sqlalchemy==1.1.14
statsd==2.1.2 # via django-statsd-mozilla
tblib==1.3.2
tornado==4.5.1

View File

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