Update dependency PyJWT to v2.13.0 - #34
Open
mend-for-github-com[bot] wants to merge 1 commit into
Open
Conversation
mend-for-github-com
Bot
force-pushed
the
whitesource-remediate/pyjwt-2.x
branch
from
June 1, 2026 00:50
af49208 to
ea500d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.6.0→==2.13.0By merging this PR, the issue #31 will be automatically resolved and closed:
Release Notes
jpadilla/pyjwt (PyJWT)
v2.13.0Compare Source
v2.12.1Compare Source
Security
Changed
#​657 <https://github.com/jpadilla/pyjwt/pull/657>__#​694 <https://github.com/jpadilla/pyjwt/pull/694>__Fixed
#​675 <https://github.com/jpadilla/pyjwt/pull/675>__v2.12.0Compare Source
Security
What's Changed
New Contributors
Full Changelog: jpadilla/pyjwt@2.11.0...2.12.0
v2.11.0Compare Source
What's Changed
optionsin decode, decode_complete; Improve docs by @pachewise in #1045algorithm=Noneto "none" by @qqii in #1056PyJWKClient.get_signing_key_from_jwtannotation by @khvn26 in #1048floatinstead ofintforlifespanandtimeoutby @nikitagashkov in #1068SyntaxWarningcaused by invalid escape sequences by @kurtmckee in #1103pep517, which is deprecated, tobuildby @kurtmckee in #1108New Contributors
Full Changelog: jpadilla/pyjwt@2.10.1...2.11.0
v2.10.1Compare Source
Fixed
issclaim. Thanks @fabianbadoi! (See: GHSA-75c5-xw7c-p5pm)Full Changelog: jpadilla/pyjwt@2.10.0...2.10.1
v2.10.0Compare Source
What's Changed
iatexception docs by @pachewise in #974subandjticlaims for the token by @Divan009 in #1005New Contributors
Full Changelog: jpadilla/pyjwt@2.9.0...2.10.0
v2.9.0Compare Source
What's Changed
New Contributors
Full Changelog: jpadilla/pyjwt@2.8.0...2.9.0
v2.8.0Compare Source
What's Changed
strict_audoption by @woodruffw in #902New Contributors
Full Changelog: jpadilla/pyjwt@2.7.0...2.8.0
v2.7.0Compare Source
What's Changed
Algorithm.compute_hash_digestand use it to implement at_hash validation example by @sirosen in #775sort_headersparameter toapi_jwt.encodeby @evroon in #832_validate_iatvalidation by @Viicos in #847Algorithman abstract base class by @Viicos in #845