Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump websockets from 14.1 to 14.2 in /examples in the al…
…l group (#3023) Bumps the all group in /examples with 1 update: [websockets](https://github.com/python-websockets/websockets). Updates `websockets` from 14.1 to 14.2 <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.2</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/624a36cc9c1ea1369971387d7bb23533b2797350"><code>624a36c</code></a> Release version 14.2.</li> <li><a href="https://github.com/python-websockets/websockets/commit/c8242bbb3ab7e8054a2cbae2bb88cb649bf730f4"><code>c8242bb</code></a> Add changelog for <a href="https://redirect.github.com/python-websockets/websockets/issues/1566">#1566</a>.</li> <li><a href="https://github.com/python-websockets/websockets/commit/17e309a830cabfe5e335bf96cb3795c45f053fbc"><code>17e309a</code></a> Mention another symptom in the changelog.</li> <li><a href="https://github.com/python-websockets/websockets/commit/7de24bd087e6e51901b6fd5d28bdb6a32404de69"><code>7de24bd</code></a> Improve previous commit.</li> <li><a href="https://github.com/python-websockets/websockets/commit/7e617b2a57177885926b3a4a8a092621ab719a00"><code>7e617b2</code></a> Add regex support in <code>ServerProtocol(origins=...)</code>.</li> <li><a href="https://github.com/python-websockets/websockets/commit/613f3f0ef83a0c80ae49a42766fb634295216c5c"><code>613f3f0</code></a> Prevent close() from blocking when reading is paused.</li> <li><a href="https://github.com/python-websockets/websockets/commit/e7a098e1a0d5dffcac5f0600703c4ec2de0be48a"><code>e7a098e</code></a> Prevent AssertionError in the recv_events thread.</li> <li><a href="https://github.com/python-websockets/websockets/commit/031ec31b70adc527836c5565a7809724fb888c9c"><code>031ec31</code></a> Prevent close() from blocking when reading is paused.</li> <li><a href="https://github.com/python-websockets/websockets/commit/6317c00cc5af245116781ddfde518ec004de672e"><code>6317c00</code></a> Clarify behavior of <code>recv(timeout=0)</code> behavior.</li> <li><a href="https://github.com/python-websockets/websockets/commit/b1e88fcb77f6b74b2eab6a11a4ee53e4f04937ac"><code>b1e88fc</code></a> Bump pypa/cibuildwheel from 2.21.3 to 2.22.0</li> <li>Additional commits viewable in <a href="https://github.com/python-websockets/websockets/compare/14.1...14.2">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=14.1&new-version=14.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information