mirror of https://github.com/zulip/zulip.git
requirements: Upgrade SQLAlchemy to 1.1.14.
This commit is contained in:
parent
5bee2584d1
commit
345a01bef2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue