mirror of https://github.com/zulip/zulip.git
requirements: Upgrade SQLAlchemy to 1.2.14.
This commit is contained in:
parent
2d140bae3e
commit
7fafcd438e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue