mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
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:
parent
22f4828dc9
commit
cb4e0d32e2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user