Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 24, 2022

Bumps wsproto from 1.1.0 to 1.2.0.

Changelog

Sourced from wsproto's changelog.

1.2.0 (2022-08-23)

  • Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send and empty payload.
  • Bugfix: Changing both encoding and decoding of the Host, from ascii to idna.
  • Bugfix: Support multiple Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers.
  • Accept bytes alongside string as path argument in initiate_upgrade_connection.
  • Check the state when sending events, raising if the event cannot be sent in the current state.
Commits
  • 7f5a755 Bump and release 1.2.0
  • 88d5efa Switch default branch to main from master
  • d970644 Allow reason empty string to match None on closing
  • ec8596f send an empty payload for NO_STATUS_RCVD
  • b0efe55 Check the state when sending
  • 84b4f32 Accept bytes alongside string as path argument in initiate_upgrade_connection
  • 7d50c07 Support multiple Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers
  • f51aa84 Test that the host idna encoding in the handshake works
  • 2afeb33 Changing both encoding and decoding of the Host, from ascii to idna
  • 76fc847 Unpin tox dependencies
  • 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 [wsproto](https://github.com/python-hyper/wsproto) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/python-hyper/wsproto/releases)
- [Changelog](https://github.com/python-hyper/wsproto/blob/main/CHANGELOG.rst)
- [Commits](python-hyper/wsproto@1.1.0...1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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