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

Bump trio-websocket from 0.9.2 to 0.10.3 #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2023

Bumps trio-websocket from 0.9.2 to 0.10.3.

Changelog

Sourced from trio-websocket's changelog.

trio-websocket 0.10.3 (2023-06-08)

Fixed

  • fixed exception when installed trio package version has a suffix like +dev

trio-websocket 0.10.2 (2023-03-19)

Fixed

  • fixed a race condition where, just after a local-initiated close, the closed attribute would be None, and send_message() would be silently ignored (wsproto = 0.2.0) rather than raise ConnectionClosed (#158)

trio-websocket 0.10.1 (2023-03-18)

Fixed

  • send_message() is changed to raise ConnectionClosed when a close handshake is in progress. Previously, it would silently ignore the call, which was an oversight, given that ConnectionClosed is defined to cover connections "closed or in the process of closing". Notably, this fixes send_message() leaking a wsproto LocalProtocolError with wsproto >= 1.2.0. (#175)

Released as a minor version increment, since code calling send_message() is expected to handle ConnectionClosed anyway.

trio-websocket 0.10.0 (2023-03-13)

Fixed

  • avoid MultiError warnings with trio >= 0.22

Changed

  • drop support for Python 3.5, 3.6
Commits
  • b361108 version 0.10.3
  • 01f4373 CI: avoid duplicate actions on pull request
  • 90b0587 refine Trio version check to handle suffixes like "+dev" (#179)
  • cc9bd4d clarify closed and _close_reason
  • 43bfcb2 some typing clarifications
  • c019a8d testing: _for_testing_peer_closed_connection doesn't need extra context switch
  • c3ff470 build: add safeguard against publishing dev version
  • 5b2c868 version 0.11.0-dev
  • aeb5f60 fix version (accidental dev suffix)
  • 8dbd185 version 0.10.2
  • 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 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 [trio-websocket](https://github.com/HyperionGray/trio-websocket) from 0.9.2 to 0.10.3.
- [Changelog](https://github.com/HyperionGray/trio-websocket/blob/master/CHANGELOG.md)
- [Commits](python-trio/trio-websocket@0.9.2...0.10.3)

---
updated-dependencies:
- dependency-name: trio-websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 9, 2023
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