[PR #117] [MERGED] Bump websocket-client from 1.2.3 to 1.3.1 #165

Closed
opened 2026-02-27 08:12:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/117
Author: @dependabot[bot]
Created: 2/28/2022
Status: Merged
Merged: 2/28/2022
Merged by: @kokarare1212

Base: rewriteHead: dependabot/pip/websocket-client-1.3.1


📝 Commits (1)

  • e2dce98 Bump websocket-client from 1.2.3 to 1.3.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.2.3 to 1.3.1.

Release notes

Sourced from websocket-client's releases.

v1.3.1

1.3.1

v1.3.0

1.3.0

Changelog

Sourced from websocket-client's changelog.

  • 1.3.1

    • Fix 10 year old bug and improve dispatcher handling for run_forever (#795)
    • Fix run_forever to never return None, only return True or False, and add two tests (#788)
    • Remove Python 3.6 support, EOL in Dec 2021
  • 1.3.0

    • BREAKING: Set Origin header to use https:// scheme when wss:// WebSocket URL is passed (#787)
    • Replace deprecated/broken WebSocket URLs with working ones (6ad5197)
    • Add documentation referencing rel for automatic reconnection with run_forever()
    • Add missing opcodes 1012, 1013 (#771)
    • Add errno.ENETUNREACH to improve error handling (da1b050)
    • Minor documentation improvements and typo fixes
Commits
  • db1f2cc 1.3.1
  • c123c3c Remove EOL Python 3.6 from setup.py
  • 7723b74 Minor improvement of example documentation
  • 23df64f fix!: WebSocketApp.run_forever() returning None after close() is called...
  • f719d0a custom dispatcher pings/timeouts (#795)
  • 8d11afc Fix linting typo, add upload API info
  • 500cc77 1.3.0
  • bccec8b Fix examples rendering error
  • 330e43a BREAKING: Add url parameter to set Origin header
  • 6ad5197 Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/117 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/28/2022 **Status:** ✅ Merged **Merged:** 2/28/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/websocket-client-1.3.1` --- ### 📝 Commits (1) - [`e2dce98`](https://github.com/kokarare1212/librespot-python/commit/e2dce98fd538949e81ad12b534d56d1b9f33f692) Bump websocket-client from 1.2.3 to 1.3.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.2.3 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websocket-client/websocket-client/releases">websocket-client's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <p>1.3.1</p> <h2>v1.3.0</h2> <p>1.3.0</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/websocket-client/websocket-client/blob/master/ChangeLog">websocket-client's changelog</a>.</em></p> <blockquote> <ul> <li> <p>1.3.1</p> <ul> <li>Fix 10 year old bug and improve dispatcher handling for run_forever (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/795">#795</a>)</li> <li>Fix run_forever to never return None, only return True or False, and add two tests (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/788">#788</a>)</li> <li>Remove Python 3.6 support, EOL in Dec 2021</li> </ul> </li> <li> <p>1.3.0</p> <ul> <li>BREAKING: Set Origin header to use https:// scheme when wss:// WebSocket URL is passed (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/787">#787</a>)</li> <li>Replace deprecated/broken WebSocket URLs with working ones (6ad5197)</li> <li>Add documentation referencing rel for automatic reconnection with run_forever()</li> <li>Add missing opcodes 1012, 1013 (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/771">#771</a>)</li> <li>Add errno.ENETUNREACH to improve error handling (da1b050)</li> <li>Minor documentation improvements and typo fixes</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/db1f2cca25d9ca5c91ad678d04bada730a77ecdf"><code>db1f2cc</code></a> 1.3.1</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/c123c3c735309863c1a9f086662cf9a3f1c0e649"><code>c123c3c</code></a> Remove EOL Python 3.6 from setup.py</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/7723b743fb071ac12b1072f5b655ef5ba2dc46fb"><code>7723b74</code></a> Minor improvement of example documentation</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/23df64f0d1080d43fb13b0520093c11350688b19"><code>23df64f</code></a> fix!: <code>WebSocketApp.run_forever()</code> returning <code>None</code> after <code>close()</code> is called...</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/f719d0afc991e2cd31b679cd14ba4f4b9c502ced"><code>f719d0a</code></a> custom dispatcher pings/timeouts (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/795">#795</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/8d11afc207e4377d2160e8273dd62bb21f100002"><code>8d11afc</code></a> Fix linting typo, add upload API info</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/500cc77327691486851ca9ff3f5ab0d6a227c9ba"><code>500cc77</code></a> 1.3.0</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/bccec8bf19749a0191c5ca9110a15b3de0de2298"><code>bccec8b</code></a> Fix examples rendering error</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/330e43ae07e23eadd654c86a0a7b3554b68b1999"><code>330e43a</code></a> BREAKING: Add url parameter to set Origin header</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/6ad519765acdc2e7a9ff17f5af10420ba8931636"><code>6ad5197</code></a> Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs</li> <li>Additional commits viewable in <a href="https://github.com/websocket-client/websocket-client/compare/v1.2.3...v1.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-client&package-manager=pip&previous-version=1.2.3&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#165
No description provided.