Bump websocket-client from 1.4.2 to 1.5.1
Bumps websocket-client from 1.4.2 to 1.5.1.
Changelog
Sourced from websocket-client's changelog.
1.5.1
- Fix logic bug that can cause disconnects (#893)
1.5.0
- Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect (#862)
- Fix issue where
skip_utf8_validation = True
is ignored (#886)- Fix issue where sslopt
is_ssl
is ignored (#875)- Downgrade "websocket connected" message from logging.warning to logging.info (#888)
- Update github actions to newer versions (669fe1b)
Commits
-
8409d5f
1.5.1 -
1fd51de
Fix logic bug in #893 -
64b132a
link to logic of run_forever -
0895e5c
Remove incorrect comment -
91b76c8
1.5.0 -
8af1cbb
Refactor and fix reconnect and ping (#862) -
f0d2d0e
remove problematic CI test URL -
669fe1b
update gh action versions -
601a902
Reduce "websocket connected" log to INFO level (#888) -
cb39484
WebSocketApp.run_forever(), read(): skip decode() if skip_utf8_validation (#886) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@hifis-bot rebase
will rebase this MR -
@hifis-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts