Skip to content

Commit

Permalink
build(deps-dev): bump simple-websocket from 1.0.0 to 1.1.0 (#158)
Browse files Browse the repository at this point in the history
Bumps
[simple-websocket](https://github.com/miguelgrinberg/simple-websocket)
from 1.0.0 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/miguelgrinberg/simple-websocket/releases">simple-websocket's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.1.0</h2>
<p>See <a
href="https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md">CHANGES.md</a>
for release notes.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md">simple-websocket's
changelog</a>.</em></p>
<blockquote>
<h1>simple-websocket change log</h1>
<p><strong>Release 1.1.0</strong> - 2024-10-10</p>
<ul>
<li>Added support for IPv6 in the sync client (async already supports
it) <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/39">#39</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/d4f05c7dd5ede0364c1f69e8e854b9b4ef80f1a7">commit</a>)</li>
<li>Added a top-level exception class (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/e7c225ea1824a23fe2fe6ec2ef7b64dd9b9dc80f">commit</a>)</li>
<li>Improve handling of immediately closed sockets with ping/pong
enabled <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/35">#35</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/632ec52ce1fce4908b9733e3d24935b2a0514472">commit</a>)
(thanks <strong>Łukasz Kędziora</strong>!)</li>
<li>Unblock <code>receive()</code> call on timeout disconnections <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/33">#33</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/5a5dbecd23e67c09780c21af586ca9e36c6b6417">commit</a>)
(thanks <strong>Łukasz Kędziora</strong>!)</li>
</ul>
<p><strong>Release 1.0.0</strong> - 2023-10-05</p>
<ul>
<li>New async client and server <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/28">#28</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/57c5ffcb25c14d5c70f1ad4edd0261cdfcd27c94">commit</a>)</li>
<li>On a closed connection, return buffered input before raising an
exception <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/30">#30</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/6c87abe22215c45b3dc0dadc168c3dd061eb2aa4">commit</a>)</li>
<li>Do not duplicate SSLSocket instances <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/26">#26</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/da42e98bf80f22747089946a6a08840e0bf646a9">commit</a>)</li>
<li>Handle broken pipe errors in background thread <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/29">#29</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/6f92764754550fc85b25e42182050c1e6636a41d">commit</a>)</li>
<li>Remove unused argument (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/245eedcf1e82fd3d199a6f7bf44916047588763d">commit</a>)</li>
<li>Eliminate race conditions during testing <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/27">#27</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/a37c79dc9ec8a54968d8b849c7f0a2e3bca46db8">commit</a>)</li>
<li>Remove python 3.7 from unit tests (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/761925a635901b4641ad63b6072c24ff5c4099d5">commit</a>)</li>
</ul>
<p><strong>Release 0.10.1</strong> - 2023-06-04</p>
<ul>
<li>Duplicate the gevent socket to avoid using it in multiple greenlets
<a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/24">#24</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/ebc12b1a390ab36d8dcd020b45410da282fa8d60">commit</a>)</li>
<li>Add Python 3.11 to builds (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/df5c92a8d8b48e3482be5ad7af2628b17e6d6d07">commit</a>)</li>
</ul>
<p><strong>Release 0.10.0</strong> - 2023-04-08</p>
<ul>
<li>Support custom headers in the client (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/4f5c653378e77026604b4b25b8a5373da48b5f74">commit</a>)</li>
</ul>
<p><strong>Release 0.9.0</strong> - 2022-11-17</p>
<ul>
<li>Properly clean up closed connections <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/19">#19</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/9bda31010405045125b304afd633b9a9a5171335">commit</a>)
(thanks <strong>Carlos Carvalho</strong>!)</li>
</ul>
<p><strong>Release 0.8.1</strong> - 2022-09-11</p>
<ul>
<li>Correct handling of an empty subprotocol list in server <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/22">#22</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/cf336163fbc65281163fac0c253c4281b760c169">commit</a>)</li>
<li>Handshake robustness with slow clients such as microcontrollers (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/271f8fc3ee466a0d0bd5a71543b2e50a632891dd">commit</a>)</li>
<li>Prevent race condition on client close <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/18">#18</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/e17449153b472a801df4bf2246f06a8486d91c9d">commit</a>)</li>
<li>Improved documentation for subprotocol negotiation (<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/c74785482ff266c552692a330c3c71d2b9d1f438">commit</a>)</li>
</ul>
<p><strong>Release 0.8.0</strong> - 2022-08-08</p>
<ul>
<li>Support for subprotocol negotiation <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/17">#17</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/04baf871e05e99d80c8905e9e9b0ff4be322e71f">commit</a>)</li>
</ul>
<p><strong>Release 0.7.0</strong> - 2022-07-24</p>
<ul>
<li>More robust handling of ping intervals <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/16">#16</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/05185122a0d2548d5cbd7c3d650db9c9dd49fa76">commit</a>
<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/08bd663a918669fb12e805e08a73cae7d7aac3a1">commit</a>)</li>
</ul>
<p><strong>Release 0.6.0</strong> - 2022-07-15</p>
<ul>
<li>Improved performance of multi-part messages <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/15">#15</a>
(<a
href="https://github.com/miguelgrinberg/simple-websocket/commit/ca2ea38520229ef7c881690667f23b99506f54a3">commit</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/d44409d9a76278c3d8ad6dbbcaeb40277f0b8d42"><code>d44409d</code></a>
Release 1.1.0</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/c56946cee9bfb00717422944cf7d6c3423a1ea33"><code>c56946c</code></a>
Add Python 3.13 CI</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/e7c225ea1824a23fe2fe6ec2ef7b64dd9b9dc80f"><code>e7c225e</code></a>
Add a top-level exception class</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/d4f05c7dd5ede0364c1f69e8e854b9b4ef80f1a7"><code>d4f05c7</code></a>
Added support for ipv6 in sync client (Fixes <a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/39">#39</a>)</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/f194759fea4c665f01a2aa2b07dda51972d4baea"><code>f194759</code></a>
add development dependencies to pyproject.toml #nolog</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/bbb277d9495080c335c76a86a2a46cc57363d4e6"><code>bbb277d</code></a>
Add Python 3.12, upgrade to PyPy 3.10</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/4d83d2e70d899b429a4d983b0890d83c3814c78d"><code>4d83d2e</code></a>
use codecov token for coverage uploads #nolog</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/632ec52ce1fce4908b9733e3d24935b2a0514472"><code>632ec52</code></a>
Improve handling of immediately closed sockets with Ping/Pong enabled
(<a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/35">#35</a>)</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/5a5dbecd23e67c09780c21af586ca9e36c6b6417"><code>5a5dbec</code></a>
Unblock receive() call on timeout disconnections (<a
href="https://redirect.github.com/miguelgrinberg/simple-websocket/issues/33">#33</a>)</li>
<li><a
href="https://github.com/miguelgrinberg/simple-websocket/commit/a9483e5c406a8a1be116489a24a9a89a052932ec"><code>a9483e5</code></a>
Migrate Python package metadata to pyproject.toml</li>
<li>Additional commits viewable in <a
href="https://github.com/miguelgrinberg/simple-websocket/compare/v1.0.0...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-websocket&package-manager=pip&previous-version=1.0.0&new-version=1.1.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 40ee357 commit 0bd6c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytest = "^8.3.3"
pytest-cov = "^6.0.0"
pytest-timeout = "^2.3.1"
pytest-asyncio = "^0.24.0"
simple-websocket = "^1.0.0"
simple-websocket = "^1.1.0"
torch = [
# Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so
# there's no point moving this to the main dependencies section.
Expand Down

0 comments on commit 0bd6c4b

Please sign in to comment.