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.2 #348

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2023

Bumps trio-websocket from 0.9.2 to 0.10.2.

Changelog

Sourced from trio-websocket's changelog.

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
  • aeb5f60 fix version (accidental dev suffix)
  • 8dbd185 version 0.10.2
  • 77a712a fix reason not being set after local close (#159)
  • 016bebb docs: update quart-trio link
  • a12894d CHANGELOG: fix wsproto version reference
  • 734a82c version 0.11.0-dev
  • 49e2b36 version 0.10.1
  • f6cf32d Change send_message() behavior when close handshake is in progress
  • 9bcb7aa autobahn client runner: disable debug during metadata operations
  • 68cf102 CI coverage for older wsproto
  • 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.2.
- [Changelog](https://github.com/HyperionGray/trio-websocket/blob/master/CHANGELOG.md)
- [Commits](python-trio/trio-websocket@0.9.2...0.10.2)

---
updated-dependencies:
- dependency-name: trio-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 May 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2023

Superseded by #365.

@dependabot dependabot bot closed this Jun 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/trio-websocket-0.10.2 branch June 9, 2023 01:01
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.

None yet

0 participants