requirements: Upgrade SQLAlchemy from 1.2.17 to 1.3.0.

This commit is contained in:
Vishnu Ks 2019-03-06 09:15:41 +00:00 committed by Tim Abbott
parent 089b31e88a
commit 737d054571
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ ipython==6.5.0
Pillow==5.4.1 Pillow==5.4.1
# Needed for building complex DB queries # Needed for building complex DB queries
SQLAlchemy==1.2.17 SQLAlchemy==1.3.0
# Needed for password hashing # Needed for password hashing
argon2-cffi==19.1.0 argon2-cffi==19.1.0

View File

@ -173,7 +173,7 @@ sourcemap==0.2.1
sphinx-rtd-theme==0.4.3 sphinx-rtd-theme==0.4.3
sphinx==1.8.3 sphinx==1.8.3
sphinxcontrib-websupport==1.1.0 # via sphinx sphinxcontrib-websupport==1.1.0 # via sphinx
sqlalchemy==1.2.17 sqlalchemy==1.3.0
statsd==3.3.0 # via django-statsd-mozilla statsd==3.3.0 # via django-statsd-mozilla
stripe==2.20.0 stripe==2.20.0
tblib==1.3.2 tblib==1.3.2

View File

@ -120,7 +120,7 @@ social-auth-core==3.1.0 # via social-auth-app-django
sockjs-tornado==1.0.6 sockjs-tornado==1.0.6
soupsieve==1.8 # via beautifulsoup4 soupsieve==1.8 # via beautifulsoup4
sourcemap==0.2.1 sourcemap==0.2.1
sqlalchemy==1.2.17 sqlalchemy==1.3.0
statsd==3.3.0 # via django-statsd-mozilla statsd==3.3.0 # via django-statsd-mozilla
stripe==2.20.0 stripe==2.20.0
tornado==4.5.3 tornado==4.5.3