Skip to content

Update websocket-client requirement from >=1.8.0 to >=1.9.0#336

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/websocket-client-gte-1.9.0
Open

Update websocket-client requirement from >=1.8.0 to >=1.9.0#336
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/websocket-client-gte-1.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on websocket-client to permit the latest version.

Release notes

Sourced from websocket-client's releases.

v1.9.0

1.9.0

Changelog

Sourced from websocket-client's changelog.

  • 1.9.0

    • Remove Python 3.8 support (EOL), add Python 3.13 (5f25030)
    • Remove localhost and 127.0.0.1 from default NO_PROXY list (#994)
    • Support IPv6 CIDRs in the no_proxy option (#1033)
    • Fix thread safety condition in teardown() to improve run_forever() (#1015)
    • Fix #1024 by chunking data, recursion in on_error callback, thread leak in _stop_ping_thread(), avoid implicit None in recv() (#1036)
    • Avoid bare except clauses for better error handling (#1036)
    • Fix async (#983)
    • Resolve mypy type errors (#996, #1006, 813d570)
    • Test coverage improvements (#1035, #1036)
    • flake8 linting improvements (#1034)
  • 1.8.0

    • Added on_reconnect parameter to WebSocketApp to handle callback ambiguity (#972)
    • Improve handling of SSLEOFError and use reconnect bool (#961)
    • Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)
  • 1.7.0

    • Renamed mask variable in ABNF to prevent name collision with mask() function (9b51f73)
    • Fixed old http import of HTTPStatus in _handshake.py (9b51f73)
    • Add send_text() and send_bytes() to _app.py (#953)
    • Improved typehint support (#953, 9b51f73, 8b73d00)
    • General readability improvements, made all string concatenations use f-strings (#909, 780584f, 3eabc6e)
    • Applied black formatting style to code (da7f286)
  • 1.6.4

    • Fix #952, add support for HTTP 307 and 308 redirect codes (69468ad)
  • 1.6.3

    • Fix type hints issues (#949)
    • Add support for Python beta release 3.12 in CI (#946)
    • Add maintainer email in setup.py (3d464fc)
  • 1.6.2

    • Add support for SSLKEYLOGFILE environment variable (#943)
    • Add support for callable header arguments (#932)
    • Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used (#929)
  • 1.6.1

    • Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel (#924)
  • 1.6.0

    • Fix teardown issue when ping thread is not properly ended (#918)
    • Fix double ping wait time on first ping (#912)
    • Minor type hints improvements (eda6724, 54b3013)
  • 1.5.3

    • Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 (#911)
    • Fix wsdump.py script typing, bug introduced in 1.5.2 (#914)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [websocket-client](https://github.com/websocket-client/websocket-client) to permit the latest version.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: websocket-client
  dependency-version: 1.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants