[PR #163] [MERGED] Bump websocket-client from 1.4.1 to 1.4.2 #198

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/163
Author: @dependabot[bot]
Created: 11/8/2022
Status: Merged
Merged: 11/9/2022
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/websocket-client-1.4.2


📝 Commits (1)

  • bfc305c Bump websocket-client from 1.4.1 to 1.4.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.4.1 to 1.4.2.

Release notes

Sourced from websocket-client's releases.

v1.4.2

1.4.2

Changelog

Sourced from websocket-client's changelog.

  • 1.4.2
    • create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (#875)
    • Remove redundant key generation line (#864)
    • Updated docs to fix old links and updated CI to include Python 3.11
Commits

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/163 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 11/9/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/websocket-client-1.4.2` --- ### 📝 Commits (1) - [`bfc305c`](https://github.com/kokarare1212/librespot-python/commit/bfc305c9e14a24e0036ab4c1d793dfef876dea34) Bump websocket-client from 1.4.1 to 1.4.2 ### 📊 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.4.1 to 1.4.2. <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.4.2</h2> <p>1.4.2</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>1.4.2 <ul> <li>create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/875">#875</a>)</li> <li>Remove redundant key generation line (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/864">#864</a>)</li> <li>Updated docs to fix old links and updated CI to include Python 3.11</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/c8c5a19da2a2015a64d08479e74779de7fd355de"><code>c8c5a19</code></a> 1.4.2</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/e7445f8e8629530cb3491c020295986606d8dbd8"><code>e7445f8</code></a> create_dispatcher() w/ is_ssl determined by url instead of sslopt (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/875">#875</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/664b0898b07cd054f8d0fb08c73a24dbb3095d5b"><code>664b089</code></a> Update codecov action to v3</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/57cc86b07cb3bad34721106e79f95e145507ca4e"><code>57cc86b</code></a> Update docs to fix <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/863">#863</a> (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/872">#872</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/b33897cbb03f320fd5df7ec28ef92daadf1ce366"><code>b33897c</code></a> Add Python 3.11 to build CI, setup.py</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/73fddb733fc7aaa974830110b01a223f1f73d353"><code>73fddb7</code></a> Remove broken websockets.org links from documentation</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/6ff442c6b11b56d98583056c4832d48f284246dc"><code>6ff442c</code></a> Possible* Redundancy In Key Generation (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/864">#864</a>)</li> <li>See full diff in <a href="https://github.com/websocket-client/websocket-client/compare/v1.4.1...v1.4.2">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.4.1&new-version=1.4.2)](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:17 +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#198
No description provided.