beveradb / sonoff-lan-mode-homeassistant

Home Assistant platform to control Sonoff switches running the latest Itead firmware, locally (LAN mode).
MIT License
74 stars 37 forks source link

Update websocket-client to 0.56.0 #38

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates websocket-client from 0.54.0 to 0.56.0.

Changelog ### 0.56.0 ``` - Don't retry sockets with timeout set to 0(536) ``` ### 0.55.0 ``` - Add response headers in WebSocketBadStatusException (501) - Manually assigning WebSocket-Version (506) - SSL socket handling fix (474) - Let setup.py use the same license as LICENSE file (517) - Ensure that "timeout" is passed down, when calling WebSocket.connect() (513) - Retry connect on "Interrupted system call" (528) ```
Links - PyPI: https://pypi.org/project/websocket-client - Changelog: https://pyup.io/changelogs/websocket-client/ - Repo: https://github.com/websocket-client/websocket-client.git