chore(pip-prod)(deps): bump websockets from 11.0.3 to 14.1 #411

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/websockets-14.1 into main
dependabot[bot] commented 2024-11-25 16:44:20 +01:00 (Migrated from github.com)

Bumps websockets from 11.0.3 to 14.1.

Release notes

Sourced from websockets's releases.

14.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

14.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

13.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

13.0.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

13.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

12.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 0403823 Release version 14.1.
  • d0015c9 Fix refactoring error in a78b5546.
  • 7438b8e Stop testing on PyPy 3.9.
  • 1f19487 Add changelog for previous commit.
  • de2e7fb Add close_code and close_reason to new implementations.
  • 9a2f39f Support max_queue=None like the legacy implementation.
  • 3034834 Support recv() after the connection is closed.
  • bdfc8cf Uniformize comments.
  • f17c11a Keep queued messages after abort.
  • 86bf0c5 Remove unnecessary branch.
  • 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)
Bumps [websockets](https://github.com/python-websockets/websockets) from 11.0.3 to 14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-websockets/websockets/releases">websockets's releases</a>.</em></p> <blockquote> <h2>14.1</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> <h2>14.0</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> <h2>13.1</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> <h2>13.0.1</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> <h2>13.0</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> <h2>12.0</h2> <p>See <a href="https://websockets.readthedocs.io/en/stable/project/changelog.html">https://websockets.readthedocs.io/en/stable/project/changelog.html</a> for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-websockets/websockets/commit/0403823185b272ae389da1c9182773932b4df950"><code>0403823</code></a> Release version 14.1.</li> <li><a href="https://github.com/python-websockets/websockets/commit/d0015c93f49511eb8dd073caa6a3a338979f741b"><code>d0015c9</code></a> Fix refactoring error in a78b5546.</li> <li><a href="https://github.com/python-websockets/websockets/commit/7438b8ebee3f6ef59c15b86d627d32f98f49df8f"><code>7438b8e</code></a> Stop testing on PyPy 3.9.</li> <li><a href="https://github.com/python-websockets/websockets/commit/1f19487b0f55aac3f67a5f1b35209e0e3b294063"><code>1f19487</code></a> Add changelog for previous commit.</li> <li><a href="https://github.com/python-websockets/websockets/commit/de2e7fb8b7eaca56d633ae7d2ffffdbb212048a1"><code>de2e7fb</code></a> Add close_code and close_reason to new implementations.</li> <li><a href="https://github.com/python-websockets/websockets/commit/9a2f39fc66fd2427f904e551b1cc5f3995b02217"><code>9a2f39f</code></a> Support max_queue=None like the legacy implementation.</li> <li><a href="https://github.com/python-websockets/websockets/commit/303483412dc5b420d09c1421792b3f8b99c323e6"><code>3034834</code></a> Support recv() after the connection is closed.</li> <li><a href="https://github.com/python-websockets/websockets/commit/bdfc8cf90301b528eebfbd0ef8a31e5a2fc7d5f7"><code>bdfc8cf</code></a> Uniformize comments.</li> <li><a href="https://github.com/python-websockets/websockets/commit/f17c11ab6b46cfe6817cbab5d92ba2626d3e87d5"><code>f17c11a</code></a> Keep queued messages after abort.</li> <li><a href="https://github.com/python-websockets/websockets/commit/86bf0c5afc4c88429231ac7ba5f857fd32a02d0e"><code>86bf0c5</code></a> Remove unnecessary branch.</li> <li>Additional commits viewable in <a href="https://github.com/python-websockets/websockets/compare/11.0.3...14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websockets&package-manager=pip&previous-version=11.0.3&new-version=14.1)](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>
luketainton (Migrated from github.com) reviewed 2024-11-25 16:44:20 +01:00
dependabot[bot] commented 2024-11-28 22:01:41 +01:00 (Migrated from github.com)

Looks like websockets is no longer updatable, so this is no longer needed.

Looks like websockets is no longer updatable, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.