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): bump jwcrypto from 1.0 to 1.3.1 #81

Merged
merged 1 commit into from
May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps jwcrypto from 1.0 to 1.3.1.

Release notes

Sourced from jwcrypto's releases.

Version 1.3.1

Handle a regression when the JWTMissing Key exception was removed when a key is not found in a JWKSet. This adds a new generic JWKeyNotFound exception now returned by JWS and JWE when a JWKSet is used and JWTMissingKey now subclasses this new exception. This way code can now simply trap JWkeyNotFound, while older code can still use JWTMissingKey. Also fix documentation generation.

What's Changed

Full Changelog: latchset/jwcrypto@v1.3.0...v1.3.1

Version 1.3

What's Changed

Full Changelog: latchset/jwcrypto@v1.2.0...v1.3.0

Version 1.2

Some new features and some fixes

What's Changed

New Contributors

Full Changelog: latchset/jwcrypto@v1.1.0...v1.2.0

Version 1.1

Bugfixes and other improvements.

Clément Schreiner (1):

  • Set python requirement to 3.6+ in setup.py

... (truncated)

Commits
  • e1b4c36 Version 1.3.1
  • 997b900 Introduce a new JWKeyNotFound exception
  • 60fc7ee Disable HW optimizations on ppc64le
  • 1e5c385 Fix sphinx nitpicked errors
  • 793fb43 Add documentation for jwcrypto.common
  • f294187 Add more nitpicking sphinx testing
  • bd2a741 Version 1.3
  • aad7da1 Move version information into a single place
  • 659fe72 JWT: Move JWKSet processing to JWE,JWS
  • e795a13 JWS: Allow JWKSet as key for verification
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update dependencies label May 23, 2022
@machikoyasuda
Copy link
Member

@dependabot rebase

Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 1.0 to 1.3.1.
- [Release notes](https://github.com/latchset/jwcrypto/releases)
- [Commits](latchset/jwcrypto@v1.0.0...v1.3.1)

---
updated-dependencies:
- dependency-name: jwcrypto
  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/jwcrypto-1.3.1 branch from d91b650 to 0442c0b Compare May 23, 2022 18:20
@machikoyasuda machikoyasuda self-requested a review May 23, 2022 18:22
Copy link
Member

@machikoyasuda machikoyasuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matching with cal-itp/benefits#584

@machikoyasuda machikoyasuda merged commit 547d2f3 into main May 23, 2022
@machikoyasuda machikoyasuda deleted the dependabot/pip/jwcrypto-1.3.1 branch May 23, 2022 18:33
@angela-tran angela-tran mentioned this pull request Nov 14, 2022
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant