Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump simple-websocket from 1.0.0 to 1.1.0 #158

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps simple-websocket from 1.0.0 to 1.1.0.

Release notes

Sourced from simple-websocket's releases.

Release 1.1.0

See CHANGES.md for release notes.

Changelog

Sourced from simple-websocket's changelog.

simple-websocket change log

Release 1.1.0 - 2024-10-10

  • Added support for IPv6 in the sync client (async already supports it) #39 (commit)
  • Added a top-level exception class (commit)
  • Improve handling of immediately closed sockets with ping/pong enabled #35 (commit) (thanks Łukasz Kędziora!)
  • Unblock receive() call on timeout disconnections #33 (commit) (thanks Łukasz Kędziora!)

Release 1.0.0 - 2023-10-05

  • New async client and server #28 (commit)
  • On a closed connection, return buffered input before raising an exception #30 (commit)
  • Do not duplicate SSLSocket instances #26 (commit)
  • Handle broken pipe errors in background thread #29 (commit)
  • Remove unused argument (commit)
  • Eliminate race conditions during testing #27 (commit)
  • Remove python 3.7 from unit tests (commit)

Release 0.10.1 - 2023-06-04

  • Duplicate the gevent socket to avoid using it in multiple greenlets #24 (commit)
  • Add Python 3.11 to builds (commit)

Release 0.10.0 - 2023-04-08

  • Support custom headers in the client (commit)

Release 0.9.0 - 2022-11-17

  • Properly clean up closed connections #19 (commit) (thanks Carlos Carvalho!)

Release 0.8.1 - 2022-09-11

  • Correct handling of an empty subprotocol list in server #22 (commit)
  • Handshake robustness with slow clients such as microcontrollers (commit)
  • Prevent race condition on client close #18 (commit)
  • Improved documentation for subprotocol negotiation (commit)

Release 0.8.0 - 2022-08-08

  • Support for subprotocol negotiation #17 (commit)

Release 0.7.0 - 2022-07-24

Release 0.6.0 - 2022-07-15

  • Improved performance of multi-part messages #15 (commit)

... (truncated)

Commits
  • d44409d Release 1.1.0
  • c56946c Add Python 3.13 CI
  • e7c225e Add a top-level exception class
  • d4f05c7 Added support for ipv6 in sync client (Fixes #39)
  • f194759 add development dependencies to pyproject.toml #nolog
  • bbb277d Add Python 3.12, upgrade to PyPy 3.10
  • 4d83d2e use codecov token for coverage uploads #nolog
  • 632ec52 Improve handling of immediately closed sockets with Ping/Pong enabled (#35)
  • 5a5dbec Unblock receive() call on timeout disconnections (#33)
  • a9483e5 Migrate Python package metadata to pyproject.toml
  • 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)

@dependabot dependabot bot requested a review from lars-reimann as a code owner November 1, 2024 21:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (40ee357) to head (7f3f323).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #158   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          792       792           
=========================================
  Hits           792       792           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/simple-websocket-1.1.0 branch from adb0dff to ae7b3b5 Compare November 2, 2024 10:28
Bumps [simple-websocket](https://github.com/miguelgrinberg/simple-websocket) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/miguelgrinberg/simple-websocket/releases)
- [Changelog](https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/simple-websocket@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: simple-websocket
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/simple-websocket-1.1.0 branch from ae7b3b5 to 7f3f323 Compare November 2, 2024 10:52
@lars-reimann lars-reimann merged commit 0bd6c4b into main Nov 2, 2024
12 checks passed
@lars-reimann lars-reimann deleted the dependabot/pip/simple-websocket-1.1.0 branch November 2, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant