requirements: Upgrade uWSGI to 2.0.17.1.

TLSv1 is now disabled by default. Can be re-enabled
with ssl-enable-tlsv1 at our own risk.

https://uwsgi-docs.readthedocs.io/en/latest/
Changelog-2.0.17.1.html
This commit is contained in:
Vishnu Ks 2018-07-31 10:21:22 +00:00 committed by Tim Abbott
parent 22f4828dc9
commit cb4e0d32e2
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
# See requirements/README.md for more detail.
-r common.in
# Used for running the Zulip production Django server
uWSGI==2.0.17
uWSGI==2.0.17.1

View File

@ -124,7 +124,7 @@ twilio==6.15.2
typing==3.6.4
uritemplate==3.0.0
urllib3==1.22 # via requests
uwsgi==2.0.17
uwsgi==2.0.17.1
virtualenv-clone==0.3.0
wcwidth==0.1.7 # via prompt-toolkit
yamole==2.1.5