chore(deps): update dependency pyjwt to v2.11.0#2764
chore(deps): update dependency pyjwt to v2.11.0#2764konflux-internal-p02[bot] wants to merge 1 commit intopoc-testopsfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: konflux-internal-p02[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @konflux-internal-p02[bot]. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
df5ffa4 to
e1eb748
Compare
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
5a38330 to
2f95b89
Compare
|



This PR contains the following updates:
2.9.0->2.11.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
jpadilla/pyjwt (pyjwt)
v2.11.0Compare Source
Fixed
v2.10.1Compare Source
Fixed
#​1104 <https://github.com/jpadilla/pyjwt/pull/1104>__buildto test package building in CI by @kurtmckee in#​1108 <https://github.com/jpadilla/pyjwt/pull/1108>__#​1115 <https://github.com/jpadilla/pyjwt/pull/1115>__#​1110 <https://github.com/jpadilla/pyjwt/pull/1110>__#​1111 <https://github.com/jpadilla/pyjwt/pull/1111>__#​1034 <https://github.com/jpadilla/pyjwt/pull/1034>__autodoc; addedPyJWSandjwt.algorithmsdocs by @pachewise in#​1045 <https://github.com/jpadilla/pyjwt/pull/1045>__#​1088 <https://github.com/jpadilla/pyjwt/pull/1088>__#​1109 <https://github.com/jpadilla/pyjwt/pull/1109>__Warns by default via
InsecureKeyLengthWarningwhen keys are belowminimum recommended lengths per RFC 7518 Section 3.2 (HMAC) and
NIST SP 800-131A (RSA). Pass
enforce_minimum_key_length=Trueinoptions to
PyJWTorPyJWSto raiseInvalidKeyErrorinstead.PyJWTto own an internalPyJWSinstance instead ofcalling global
api_jwsfunctions.v2.10.0Compare Source
Fixed
Remove algorithm requirement from JWT API, instead relying on JWS API for enforcement, by @luhn in
#​975 <https://github.com/jpadilla/pyjwt/pull/975>__Use
Sequencefor parameter types rather thanListwhere applicable by @imnotjames in#​970 <https://github.com/jpadilla/pyjwt/pull/970>__Add JWK support to JWT encode by @luhn in
#​979 <https://github.com/jpadilla/pyjwt/pull/979>__Encoding and decoding payloads using the
nonealgorithm by @jpadilla in#c2629f6 <https://github.com/jpadilla/pyjwt/commit/c2629f66c593459e02616048443231ccbe18be16>__Before:
.. code-block:: pycon
After:
.. code-block:: pycon
Added validation for 'sub' (subject) and 'jti' (JWT ID) claims in tokens by @Divan009 in
#​1005 <https://github.com/jpadilla/pyjwt/pull/1005>__Refactor project configuration files from
setup.cfgtopyproject.tomlby @cleder in#​995 <https://github.com/jpadilla/pyjwt/pull/995>__Ruff linter and formatter changes by @gagandeepp in
#​1001 <https://github.com/jpadilla/pyjwt/pull/1001>__Drop support for Python 3.8 (EOL) by @kkirsche in
#​1007 <https://github.com/jpadilla/pyjwt/pull/1007>__Fixed
#​972 <https://github.com/jpadilla/pyjwt/pull/972>__#​973 <https://github.com/jpadilla/pyjwt/pull/973>__#​992 <https://github.com/jpadilla/pyjwt/pull/992>__#​980 <https://github.com/jpadilla/pyjwt/pull/980>__#​993 <https://github.com/jpadilla/pyjwt/pull/993>__pyproject.tomlinpre-commitby @cleder in#​1002 <https://github.com/jpadilla/pyjwt/pull/1002>__#​1003 <https://github.com/jpadilla/pyjwt/pull/1003>__Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.