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 fido2 from 1.0.0 to 1.1.0 #67

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps fido2 from 1.0.0 to 1.1.0.

Release notes

Sourced from fido2's releases.

python-fido2 1.1.0

Version 1.1.0 (released 2022-10-17)

  • Bugfix: Fix name of "crossOrigin" in CollectedClientData.create().
  • Bugfix: Some incorrect type hints in the MDS3 classes were fixed.
  • Stricter checking of dataclass field types.
  • Add support for JSON-serialization of WebAuthn data classes. This changes the objects dict representation to align with new additions in the WebAuthn specification. As this may break compatibility, the new behavior requires explicit opt-in until python-fido2 2.0 is released.
  • Update server example to use JSON serialization.
  • Server: Add support for passing RegistrationResponse/AuthenticationResponse (or their deserialized JSON data) to register_complete/authenticate_complete.
  • Add new "hybrid" AuthenticatorTransport.
  • Add new AuthenticatorData flags, and use 2-letter names as in the WebAuthn spec (long names are still available as aliases).
Changelog

Sourced from fido2's changelog.

  • Version 1.1.0 (released 2022-10-17) ** Bugfix: Fix name of "crossOrigin" in CollectedClientData.create(). ** Bugfix: Some incorrect type hints in the MDS3 classes were fixed. ** Stricter checking of dataclass field types. ** Add support for JSON-serialization of WebAuthn data classes. This changes the objects dict representation to align with new additions in the WebAuthn specification. As this may break compatibility, the new behavior requires explicit opt-in until python-fido2 2.0 is released. ** Update server example to use JSON serialization. ** Server: Add support for passing RegistrationResponse/AuthenticationResponse (or their deserialized JSON data) to register_complete/authenticate_complete. ** Add new "hybrid" AuthenticatorTransport. ** Add new AuthenticatorData flags, and use 2-letter names as in the WebAuthn spec (long names are still available as aliases).
Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
Bumps [fido2](https://github.com/Yubico/python-fido2) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/Yubico/python-fido2/releases)
- [Changelog](https://github.com/Yubico/python-fido2/blob/main/NEWS)
- [Commits](Yubico/python-fido2@1.0.0...1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/fido2-1.1.0 branch from 27887c5 to 0034471 Compare December 19, 2022 11:56
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2023

Superseded by #72.

@dependabot dependabot bot closed this Apr 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/fido2-1.1.0 branch April 5, 2023 21:56
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