[PR #268] [MERGED] Bump websocket-client from 1.7.0 to 1.8.0 #283

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/268
Author: @dependabot[bot]
Created: 4/24/2024
Status: Merged
Merged: 4/30/2024
Merged by: @kokarare1212

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


📝 Commits (1)

  • b010398 Bump websocket-client from 1.7.0 to 1.8.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.7.0 to 1.8.0.

Release notes

Sourced from websocket-client's releases.

v1.8.0

1.8.0

Changelog

Sourced from websocket-client's changelog.

  • 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)
Commits
  • 3dc4945 1.8.0
  • 826095e remove extra ssl import leftover from #961
  • 2dfecf7 on_reconnect callback (#972)
  • a394b46 update external github action versions
  • 0245774 update copyright year to 2024
  • bec2608 add missing myst_parser to docs requirements.txt
  • c8cf5f8 restore docs requirements.txt for rtd build CI
  • cf2eb0b Run black, fix tests
  • 83fea0e Add WebSocketProxyException if proxy_port set to zero
  • cd4fbb3 edit pytest in CI to show only verbose failures
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/268 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/24/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/websocket-client-1.8.0` --- ### 📝 Commits (1) - [`b010398`](https://github.com/kokarare1212/librespot-python/commit/b010398bb31d789acb88c4ba91151c0612d1876d) Bump websocket-client from 1.7.0 to 1.8.0 ### 📊 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.7.0 to 1.8.0. <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.8.0</h2> <p>1.8.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>1.8.0 <ul> <li>Added <code>on_reconnect</code> parameter to WebSocketApp to handle callback ambiguity (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/972">#972</a>)</li> <li>Improve handling of SSLEOFError and use reconnect bool (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/961">#961</a>)</li> <li>Minor linting and docs CI build upgrades (981c00e, 75ba91a, bec2608)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/3dc494588c4bc6ca1cbb745e9d110108f6bf04f0"><code>3dc4945</code></a> 1.8.0</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/826095e3cb7b1bdc25d795d47868d6431f002d1e"><code>826095e</code></a> remove extra ssl import leftover from <a href="https://redirect.github.com/websocket-client/websocket-client/issues/961">#961</a></li> <li><a href="https://github.com/websocket-client/websocket-client/commit/2dfecf77426543a65e39c4b5fb39a8f35340c493"><code>2dfecf7</code></a> on_reconnect callback (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/972">#972</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/a394b46c560cb78672f95bbb3836305e8511d1b9"><code>a394b46</code></a> update external github action versions</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/02457749c4a995af86aed6930e5d26eadcce6b6d"><code>0245774</code></a> update copyright year to 2024</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/bec26082250c5071afecd07bb85730c29d7006aa"><code>bec2608</code></a> add missing myst_parser to docs requirements.txt</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/c8cf5f8cbdc0bdee34c44782695bcdb8169e7a9e"><code>c8cf5f8</code></a> restore docs requirements.txt for rtd build CI</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/cf2eb0bb9d33d3790e0e3e3ff3c9231c28dfdc54"><code>cf2eb0b</code></a> Run black, fix tests</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/83fea0e286dc1c75bdabad5de0a45fe72eb9a754"><code>83fea0e</code></a> Add WebSocketProxyException if proxy_port set to zero</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/cd4fbb30ed75264bb8f7e46cc6070344ba2558ff"><code>cd4fbb3</code></a> edit pytest in CI to show only verbose failures</li> <li>Additional commits viewable in <a href="https://github.com/websocket-client/websocket-client/compare/v1.7.0...v1.8.0">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.7.0&new-version=1.8.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:35 +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#283
No description provided.