Skip to content

chore(deps-dev): update websocket-client requirement from <2,>=1.2.3 to >=1.9.0,<2#1526

Merged
WilliamBergamin merged 4 commits into
mainfrom
dependabot/pip/websocket-client-gte-1.9.0-and-lt-2
Jun 5, 2026
Merged

chore(deps-dev): update websocket-client requirement from <2,>=1.2.3 to >=1.9.0,<2#1526
WilliamBergamin merged 4 commits into
mainfrom
dependabot/pip/websocket-client-gte-1.9.0-and-lt-2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 11:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2026
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.34%. Comparing base (595aa97) to head (a299c20).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1526   +/-   ##
=======================================
  Coverage   91.34%   91.34%           
=======================================
  Files         228      228           
  Lines        7279     7279           
=======================================
  Hits         6649     6649           
  Misses        630      630           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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.2.3...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/websocket-client-gte-1.9.0-and-lt-2 branch from 07e7075 to e95f7e1 Compare June 3, 2026 16:46
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.2.3...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/websocket-client-gte-1.9.0-and-lt-2 branch from e95f7e1 to 1076a8b Compare June 5, 2026 16:22
@WilliamBergamin WilliamBergamin enabled auto-merge (squash) June 5, 2026 16:45
@WilliamBergamin WilliamBergamin merged commit 6dd69f8 into main Jun 5, 2026
16 checks passed
@WilliamBergamin WilliamBergamin deleted the dependabot/pip/websocket-client-gte-1.9.0-and-lt-2 branch June 5, 2026 16:48
@WilliamBergamin WilliamBergamin restored the dependabot/pip/websocket-client-gte-1.9.0-and-lt-2 branch June 5, 2026 16:49
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.

1 participant