[PR #122] [MERGED] Bump websocket-client from 1.3.1 to 1.3.2 #170

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/122
Author: @dependabot[bot]
Created: 3/29/2022
Status: Merged
Merged: 4/4/2022
Merged by: @kokarare1212

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


📝 Commits (1)

  • 3e1fb77 Bump websocket-client from 1.3.1 to 1.3.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.3.1 to 1.3.2.

Release notes

Sourced from websocket-client's releases.

v1.3.2

1.3.2

Changelog

Sourced from websocket-client's changelog.

  • 1.3.2
    • Add support for pre-initialized stream socket in new WebSocketApp (#804)
    • Remove rel.saferead() in examples (f0bf03d)
    • Increase scope of linting checks (dca4022)
    • Start adding type hints (a8a4099)
Commits
  • c2625f9 1.3.2
  • e6a09d6 Fix typo in FAQ section (#805)
  • 1185fea Add support to pass pre-initialized stream socket when creating WebSocketApp ...
  • f0bf03d Remove rel.saferead() because of WrappedDispatcher
  • 87ebe67 Remove EOL Python 3.6 references
  • a8a4099 Start adding type hints
  • dca4022 Linting improvements, improved flake8 linting CI cmd
  • See full diff 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/122 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/29/2022 **Status:** ✅ Merged **Merged:** 4/4/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/websocket-client-1.3.2` --- ### 📝 Commits (1) - [`3e1fb77`](https://github.com/kokarare1212/librespot-python/commit/3e1fb7782edd6cd2ad832f82a64022e778063db0) Bump websocket-client from 1.3.1 to 1.3.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.3.1 to 1.3.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.3.2</h2> <p>1.3.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.3.2 <ul> <li>Add support for pre-initialized stream socket in new WebSocketApp (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/804">#804</a>)</li> <li>Remove rel.saferead() in examples (f0bf03d)</li> <li>Increase scope of linting checks (dca4022)</li> <li>Start adding type hints (a8a4099)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/c2625f99789ad71f5295b86a1d2e2217ee2c5886"><code>c2625f9</code></a> 1.3.2</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/e6a09d6e02cf8293fb3243a859e0dd7b1dbe305c"><code>e6a09d6</code></a> Fix typo in FAQ section (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/805">#805</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/1185fead98f674575d761ceb0137c4139a03eb34"><code>1185fea</code></a> Add support to pass pre-initialized stream socket when creating WebSocketApp ...</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/f0bf03d911fabfa060aa3f47abb6e7a8b88aba95"><code>f0bf03d</code></a> Remove rel.saferead() because of WrappedDispatcher</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/87ebe674e3a73ae6d0e7b70cf4a95bd8eb358d93"><code>87ebe67</code></a> Remove EOL Python 3.6 references</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/a8a409999280e8b90d856113cd109a46b1d465b7"><code>a8a4099</code></a> Start adding type hints</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/dca4022abe1b229dd0f67dbce2fee6001aa1cdc6"><code>dca4022</code></a> Linting improvements, improved flake8 linting CI cmd</li> <li>See full diff in <a href="https://github.com/websocket-client/websocket-client/compare/v1.3.1...v1.3.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.3.1&new-version=1.3.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:11 +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#170
No description provided.