requirements: Upgrade Django from 1.11.22 to 1.11.23.

This commit is contained in:
Vishnu KS 2019-08-15 12:26:20 +05:30 committed by Tim Abbott
parent 693df05ca7
commit 7a433f279a
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'