[PR #254] [MERGED] Bump websocket-client from 1.6.4 to 1.7.0 #274

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • adb185f Bump websocket-client from 1.6.4 to 1.7.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps websocket-client from 1.6.4 to 1.7.0.

Release notes

Sourced from websocket-client's releases.

v1.7.0

1.7.0

Changelog

Sourced from websocket-client's changelog.

  • 1.7.0
    • Renamed mask variable in ABNF to prevent name collision with mask() function (9b51f73)
    • Fixed old http import of HTTPStatus in _handshake.py (9b51f73)
    • Add send_text() and send_bytes() to _app.py (#953)
    • Improved typehint support (#953, 9b51f73, 8b73d00)
    • General readability improvements, made all string concatenations use f-strings (#909, 780584f, 3eabc6e)
    • Applied black formatting style to code (da7f286)
Commits
  • 85de6c7 1.7.0
  • 811aa84 fix tests for new ABNF mask_value variable name
  • 9b51f73 typehint improvements, fixing mypy errors
  • 8ac8b89 add black, apache badges
  • da7f286 apply black formatting
  • 797b9a5 fix flake8 errors, add flake8 config to setup.cfg
  • 3eabc6e finish replacing str.format() with f-strings
  • 2f51937 fix build errors from missing : in if statements
  • 780584f Apply select sourcery-ai improvements, resolves #909
  • 2092dfa Added more specific type hints. Added send_text and send_bytes methods. (#953)
  • 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/254 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/websocket-client-1.7.0` --- ### 📝 Commits (1) - [`adb185f`](https://github.com/kokarare1212/librespot-python/commit/adb185f7155a280ca8aad1df26bdf533bd02796c) Bump websocket-client from 1.6.4 to 1.7.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.6.4 to 1.7.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.7.0</h2> <p>1.7.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.7.0 <ul> <li>Renamed <code>mask</code> variable in ABNF to prevent name collision with <code>mask()</code> function (9b51f73)</li> <li>Fixed old http import of HTTPStatus in _handshake.py (9b51f73)</li> <li>Add <code>send_text()</code> and <code>send_bytes()</code> to _app.py (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/953">#953</a>)</li> <li>Improved typehint support (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/953">#953</a>, 9b51f73, 8b73d00)</li> <li>General readability improvements, made all string concatenations use f-strings (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/909">#909</a>, 780584f, 3eabc6e)</li> <li>Applied black formatting style to code (da7f286)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websocket-client/websocket-client/commit/85de6c7e14058ca37224303d5468a560413a6205"><code>85de6c7</code></a> 1.7.0</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/811aa84f483f4eecd310844bab47b26601e4bcae"><code>811aa84</code></a> fix tests for new ABNF mask_value variable name</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/9b51f7327d6dce01cce3dddc8e59f60f2a84189d"><code>9b51f73</code></a> typehint improvements, fixing mypy errors</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/8ac8b89f618b82542cf1966e35ee1d7d3c835db6"><code>8ac8b89</code></a> add black, apache badges</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/da7f286ccf4c7fbe9363c6fd12387097ffdb6d12"><code>da7f286</code></a> apply black formatting</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/797b9a5eb02436277904e2d410a640172d8bbac8"><code>797b9a5</code></a> fix flake8 errors, add flake8 config to setup.cfg</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/3eabc6eacbbef58d4ee442e3ff6d99714e6c70cc"><code>3eabc6e</code></a> finish replacing str.format() with f-strings</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/2f5193734577690346ace8537c75dbc2105eca5d"><code>2f51937</code></a> fix build errors from missing : in if statements</li> <li><a href="https://github.com/websocket-client/websocket-client/commit/780584f2b1e664332559ec27a6b81041ccdc082e"><code>780584f</code></a> Apply select sourcery-ai improvements, resolves <a href="https://redirect.github.com/websocket-client/websocket-client/issues/909">#909</a></li> <li><a href="https://github.com/websocket-client/websocket-client/commit/2092dfa988b96ef8eeb64c464d653030223f5e8f"><code>2092dfa</code></a> Added more specific type hints. Added send_text and send_bytes methods. (<a href="https://redirect.github.com/websocket-client/websocket-client/issues/953">#953</a>)</li> <li>Additional commits viewable in <a href="https://github.com/websocket-client/websocket-client/compare/v1.6.4...v1.7.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.6.4&new-version=1.7.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:33 +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#274
No description provided.