[PR #99] [MERGED] Bump websocket-client from 1.2.1 to 1.2.2 #151

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/99
Author: @dependabot[bot]
Created: 12/7/2021
Status: Merged
Merged: 12/7/2021
Merged by: @kokarare1212

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


📝 Commits (1)

  • 1b35592 Bump websocket-client from 1.2.1 to 1.2.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.2.1 to 1.2.2.

Release notes

Sourced from websocket-client's releases.

v1.2.2

1.2.2

Changelog

Sourced from websocket-client's changelog.

  • 1.2.2
    • Migrate wsdump script in setup.py from scripts to newer entry_points (#763)
    • Add support for ssl.SSLContext for arbitrary SSL parameters (#762)
    • Remove keep_running variable (#752)
    • Remove HAVE_CONTEXT_CHECK_HOSTNAME variable (dac1692)
    • Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENT (#760)
    • Simplify code and improve Python 3 support (#751, #750, #746)
    • Fill default license template fields (#748)
    • Update CI tests
    • Improve documentation (#732, #733, #734, #737, #766, #768)
Commits
  • dff0ac1 1.2.2
  • d51e822 added documentation about new context option (#766)
  • 50e88a9 Add entry points (#763)
  • 75a8ec4 Remove Docker Compose example (v2 switched to golang)
  • 4f21459 Clarify wording in ping/pong example (#768)
  • 50eb154 add support to pass custom ssl.SSLContext into sslopt param (#762)
  • 998c496 Fix #752 remove keep_running variable in library and tests
  • dac1692 Remove HAVE_CONTEXT_CHECK_HOSTNAME var, edit check_hostname logic after PROTO...
  • 9d1285e Fix testConnect test case with tuple of errors
  • cfde747 Fix SSL test errors from ssl.PROTOCOL_TLS_CLIENT change
  • 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/99 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/7/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/websocket-client-1.2.2` --- ### 📝 Commits (1) - [`1b35592`](https://github.com/kokarare1212/librespot-python/commit/1b35592455e95f7c26697530a6026b90ecac38fb) Bump websocket-client from 1.2.1 to 1.2.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.2.1 to 1.2.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.2.2</h2> <p>1.2.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.2.2 <ul> <li>Migrate wsdump script in setup.py from scripts to newer entry_points (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/763">#763</a>)</li> <li>Add support for ssl.SSLContext for arbitrary SSL parameters (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/762">#762</a>)</li> <li>Remove keep_running variable (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/752">#752</a>)</li> <li>Remove HAVE_CONTEXT_CHECK_HOSTNAME variable (dac1692)</li> <li>Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENT (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/760">#760</a>)</li> <li>Simplify code and improve Python 3 support (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/751">#751</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/750">#750</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/746">#746</a>)</li> <li>Fill default license template fields (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/748">#748</a>)</li> <li>Update CI tests</li> <li>Improve documentation (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/732">#732</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/733">#733</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/734">#734</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/737">#737</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/766">#766</a>, <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/768">#768</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/dff0ac116f28f7b9eab584752a29a6d480b8c94f"><code>dff0ac1</code></a> 1.2.2</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/d51e82254653be2416b5c1e88f030d295f216719"><code>d51e822</code></a> added documentation about new context option (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/766">#766</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/50e88a97d4b942c4a1982b1e1d5364633c50dff5"><code>50e88a9</code></a> Add entry points (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/763">#763</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/75a8ec48fea9a5577dac0a8c4b6619bf2f1849fe"><code>75a8ec4</code></a> Remove Docker Compose example (v2 switched to golang)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/4f2145971b4c5473165b71c443373666c1015b63"><code>4f21459</code></a> Clarify wording in ping/pong example (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/768">#768</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/50eb1545374e980c7d96d0ce4ded341d3cbe4337"><code>50eb154</code></a> add support to pass custom ssl.SSLContext into sslopt param (<a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/762">#762</a>)</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/998c496343fc4fdeb8d2714034906e6d0dc6ba6e"><code>998c496</code></a> Fix <a href="https://github-redirect.dependabot.com/websocket-client/websocket-client/issues/752">#752</a> remove keep_running variable in library and tests</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/dac1692e8a4ece104b26b16c30ec0b348feb3e60"><code>dac1692</code></a> Remove HAVE_CONTEXT_CHECK_HOSTNAME var, edit check_hostname logic after PROTO...</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/9d1285e7c27398451d2b15273bd00f6e36a6806b"><code>9d1285e</code></a> Fix testConnect test case with tuple of errors</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/cfde74742333408edb2d99b427bd0cf417fff906"><code>cfde747</code></a> Fix SSL test errors from ssl.PROTOCOL_TLS_CLIENT change</li> <li>Additional commits viewable in <a href="https://github.com/websocket-client/websocket-client/compare/v1.2.1...v1.2.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.2.1&new-version=1.2.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:07 +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#151
No description provided.