duckinator / parts.horse

A website documenting electrical components.
https://parts.horse
MIT License
3 stars 1 forks source link

Update eventlet to 0.31.0 #80

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates eventlet from 0.30.2 to 0.31.0.

Changelog ### 0.31.0 ``` ====== * IMPORTANT: websocket: Limit maximum uncompressed frame length to 8MiB https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2 ``` ### 0.30.3 ``` ====== * wsgi: websocket ALREADY_HANDLED flag on corolocal * green.ssl: Set suppress_ragged_eofs default based on SSLSocket defaults * greenio: socket.connect_ex returned None instead of 0 on success * Use _imp instead of deprecated imp ```
Links - PyPI: https://pypi.org/project/eventlet - Changelog: https://pyup.io/changelogs/eventlet/ - Homepage: http://eventlet.net
duckinator commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build failed:

duckinator commented 3 years ago

Looks like the problem is eventlet/eventlet#702. This is blocked by benoitc/gunicorn#2581, which should resolve the problem.