Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

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 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 [wsproto](https://github.com/python-hyper/wsproto) from 1.1.0 to 1.2.0.
- [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-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 5, 2025
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.

0 participants