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

chore(deps): update wsproto requirement from ~=1.1.0 to ~=1.2.0 #12

Merged
merged 1 commit into from
Sep 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Updates the requirements on wsproto to permit the latest version.

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.

1.1.0 (2022-02-27)

  • Added support for Python 3.10.
  • Drop support for Python 3.6, meaning the minimum supported version is Python 3.7.0.
  • Various type checking and code linting improvements.

1.0.0 (2020-11-22)

  • Added support for Python 3.8 and 3.9.
  • Prevent invalid window bit sizes.
  • Various docs, type checking, tooling and testing improvements.

0.15.0 (2019-08-10)

This contains all the Bugfixes in the 0.14 branch.

  • Drop support for Python 2. Please pin to ~= 0.14.0 if you support Python 2.
  • Drop support for Python 3.5, meaning the minimum supported version is Python 3.6.1.
  • Switch events to be dataclass based, otherwise the API is consistent.
  • Add type hints throughout and support PEP 561 via a py.typed file. This should allow projects that use wsproto to type check their usage of wsproto.
  • Bugfix prevent the test folder being installed as a package called test.
  • Explicitly require Host header in handshake.
  • Drop wsaccel support and utilise the aiohttp/@​willmcgugan masking

... (truncated)

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 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)

Updates the requirements on [wsproto](https://github.com/python-hyper/wsproto) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
@iudeen iudeen merged commit 1e1d350 into main Sep 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/wsproto-approx-eq-1.2.0 branch September 10, 2022 18:13
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

1 participant