mirror of https://github.com/zulip/zulip.git
requirements: Upgrade Django from 1.11.22 to 1.11.23.
This commit is contained in:
parent
693df05ca7
commit
7a433f279a
|
@ -3,7 +3,7 @@
|
|||
# and requirements/prod.txt.
|
||||
# See requirements/README.md for more detail.
|
||||
# Django itself
|
||||
Django==1.11.22
|
||||
Django==1.11.23
|
||||
|
||||
# needed for Deque (in Python < 3.5.4) and TypedDict
|
||||
typing_extensions==3.7.4
|
||||
|
|
|
@ -58,7 +58,7 @@ django-sendfile2==0.4.2
|
|||
django-statsd-mozilla==0.4.0
|
||||
django-two-factor-auth==1.9.1
|
||||
django-webpack-loader==0.6.0
|
||||
django==1.11.22
|
||||
django==1.11.23
|
||||
docker==4.0.2 # via moto
|
||||
docutils==0.14 # via botocore, recommonmark, sphinx
|
||||
ecdsa==0.13.2 # via python-jose, sshpubkeys
|
||||
|
|
|
@ -43,7 +43,7 @@ django-sendfile2==0.4.2
|
|||
django-statsd-mozilla==0.4.0
|
||||
django-two-factor-auth==1.9.1
|
||||
django-webpack-loader==0.6.0
|
||||
django==1.11.22
|
||||
django==1.11.23
|
||||
h2==2.6.2 # via hyper
|
||||
hpack==3.0.0 # via h2
|
||||
html2text==2018.1.9
|
||||
|
|
|
@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '48.0'
|
||||
PROVISION_VERSION = '48.1'
|
||||
|
|
Loading…
Reference in New Issue