[PR #196] [MERGED] Bump websocket-client from 1.5.1 to 1.5.2 #223

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/196
Author: @dependabot[bot]
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @kokarare1212

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


📝 Commits (1)

  • d7588f4 Bump websocket-client from 1.5.1 to 1.5.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.5.1 to 1.5.2.

Release notes

Sourced from websocket-client's releases.

v1.5.2

1.5.2

Changelog

Sourced from websocket-client's changelog.

  • 1.5.2
    • Add typehints (#908)
    • Fix pytype errors (#906)
    • Fix args passed to logging function (#898)
    • Standardize PEP 3101 formatting (c6a445f)
    • Add more verbose exception for unsuccessful handshake for #900 (f85ae1f)
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/196 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/websocket-client-1.5.2` --- ### 📝 Commits (1) - [`d7588f4`](https://github.com/kokarare1212/librespot-python/commit/d7588f48dc1d6fdaf2fc70565a436d60fab706ab) Bump websocket-client from 1.5.1 to 1.5.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.5.1 to 1.5.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.5.2</h2> <p>1.5.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.5.2 <ul> <li>Add typehints (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/908">#908</a>)</li> <li>Fix pytype errors (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/906">#906</a>)</li> <li>Fix args passed to logging function (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/898">#898</a>)</li> <li>Standardize PEP 3101 formatting (c6a445f)</li> <li>Add more verbose exception for unsuccessful handshake for <a href="https://redirect.github.com/websocket-client/websocket-client/issues/900">#900</a> (f85ae1f)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/7c39ddb91d6ed07974f3435d96e0d57a40435e54"><code>7c39ddb</code></a> 1.5.2</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/86ad0c4c9632d75f0a8e3f5e7fefee58c3f8313d"><code>86ad0c4</code></a> Adding typehints to _abnf.py (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/908">#908</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/440365bb424e33c69ad1aafe3c3faa96cbc43043"><code>440365b</code></a> Fix a few errors found by pytype. (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/906">#906</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/0fa5669fbd1d57a4bb1da580b3879f68d15a6d57"><code>0fa5669</code></a> fix failed tests testSupportRedirect, testManualHeaders</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/c6a445f2b98b4f80befcd5260da82d157e3fdabf"><code>c6a445f</code></a> use str.format() from PEP 3101</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/f85ae1fa2ad950469826187e3965f40d90ebb844"><code>f85ae1f</code></a> add details in bad status exception</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/1ececb4714058439bc57aad1e7ee9b78d23ea261"><code>1ececb4</code></a> fix: pass correct number of arguments to logging function (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/898">#898</a>)</li> <li>See full diff in <a href="https://github.com/websocket-client/websocket-client/compare/v1.5.1...v1.5.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.5.1&new-version=1.5.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:23 +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#223
No description provided.