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): bump simple-websocket from 1.0.0 to 1.1.0 #1375

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 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)

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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@github-actions github-actions bot enabled auto-merge (rebase) October 11, 2024 12:34
@github-actions github-actions bot merged commit af554e7 into main Oct 11, 2024
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/simple-websocket-1.1.0 branch October 11, 2024 12:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants