mirror of https://github.com/zulip/zulip.git
requirements: Upgrade SQLAlchemy from 1.2.14 to 1.2.15.
This commit is contained in:
parent
aaf20d2768
commit
95bbcba089
|
@ -23,7 +23,7 @@ ipython==6.5.0
|
|||
Pillow==5.4.1
|
||||
|
||||
# Needed for building complex DB queries
|
||||
SQLAlchemy==1.2.14
|
||||
SQLAlchemy==1.2.15
|
||||
|
||||
# Needed for password hashing
|
||||
argon2-cffi==18.3.0
|
||||
|
|
|
@ -170,7 +170,7 @@ sourcemap==0.2.1
|
|||
sphinx-rtd-theme==0.4.2
|
||||
sphinx==1.8.2
|
||||
sphinxcontrib-websupport==1.1.0 # via sphinx
|
||||
sqlalchemy==1.2.14
|
||||
sqlalchemy==1.2.15
|
||||
statsd==3.3.0 # via django-statsd-mozilla
|
||||
stripe==2.16.0
|
||||
tblib==1.3.2
|
||||
|
|
|
@ -117,7 +117,7 @@ social-auth-core==2.0.0 # via social-auth-app-django
|
|||
sockjs-tornado==1.0.6
|
||||
soupsieve==1.6.2 # via beautifulsoup4
|
||||
sourcemap==0.2.1
|
||||
sqlalchemy==1.2.14
|
||||
sqlalchemy==1.2.15
|
||||
statsd==3.3.0 # via django-statsd-mozilla
|
||||
stripe==2.16.0
|
||||
tornado==4.5.3
|
||||
|
|
Loading…
Reference in New Issue