Skip to content

Commit

Permalink
requirements: Update uwsgi to the latest version.
Browse files Browse the repository at this point in the history
Apparently, older uwsgi doesn't install properly on systems with newer
versions of OpenSSL; see unbit/uwsgi#1395
for details.

This fixes zulip#7609.
  • Loading branch information
timabbott committed Mar 6, 2018
1 parent 5e251e5 commit 11b31b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.14
uWSGI==2.0.17
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ twilio==6.10.3
typing==3.6.4
uritemplate==3.0.0
urllib3==1.22 # via requests
uwsgi==2.0.14
uwsgi==2.0.17
virtualenv-clone==0.3.0
wcwidth==0.1.7 # via prompt-toolkit

0 comments on commit 11b31b3

Please sign in to comment.