From 9da1ce592be6b034174954afa76e7dcbf366794d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 14 Mar 2026 02:12:47 +0000
Subject: [PATCH] Bump pyjwt from 2.11.0 to 2.12.0 in /backend (#1607)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.0.
Sourced from pyjwt's
releases. Full Changelog: https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0 Sourced from pyjwt's
changelog. Fixed Added
Release notes
2.12.0
Security
@dmbs335 in GHSA-752w-5fwx-jx9fWhat's Changed
@pre-commit-ci[bot]
in jpadilla/pyjwt#1132@tamird in jpadilla/pyjwt#1137@tamird in jpadilla/pyjwt#1134@veeceey in jpadilla/pyjwt#1133@tamird in jpadilla/pyjwt#1136@pre-commit-ci[bot]
in jpadilla/pyjwt#1135@tamird in jpadilla/pyjwt#1138@dependabot[bot]
in jpadilla/pyjwt#1142@pre-commit-ci[bot]
in jpadilla/pyjwt#1141@pre-commit-ci[bot]
in jpadilla/pyjwt#1145@akx in jpadilla/pyjwt#1143@jpadilla in jpadilla/pyjwt#1148New Contributors
@tamird made
their first contribution in jpadilla/pyjwt#1137@veeceey made
their first contribution in jpadilla/pyjwt#1133Changelog
v2.12.0
<https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.0>__
- Annotate PyJWKSet.keys for pyright by @tamird in
`[#1134](https://github.com/jpadilla/pyjwt/issues/1134)
<https://github.com/jpadilla/pyjwt/pull/1134>`__
- Close ``HTTPError`` response to prevent ``ResourceWarning`` on Python
3.14 by @veeceey in
`[#1133](https://github.com/jpadilla/pyjwt/issues/1133)
<https://github.com/jpadilla/pyjwt/pull/1133>`__
- Do not keep ``algorithms`` dict in PyJWK instances by @akx in
`[#1143](https://github.com/jpadilla/pyjwt/issues/1143)
<https://github.com/jpadilla/pyjwt/pull/1143>`__
- Validate the crit (Critical) Header Parameter defined in RFC 7515
§4.1.11. by @dmbs335 in `GHSA-752w-5fwx-jx9f
<https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f>`__
- Use PyJWK algorithm when encoding without explicit algorithm in
`[#1148](https://github.com/jpadilla/pyjwt/issues/1148)
<https://github.com/jpadilla/pyjwt/pull/1148>`__
PyJWKClient API reference and document the
two-tier caching system (JWK Set cache and signing key LRU cache).bd9700c
Use PyJWK algorithm when encoding without explicit algorithm (#1148)051ea34
Merge commit from fork1451d70
fix: do not store reference to algorithms dict on PyJWK (#1143)f3ba74c
[pre-commit.ci] pre-commit autoupdate (#1145)0318ffa
[pre-commit.ci] pre-commit autoupdate (#1141)a52753d
Bump actions/download-artifact from 7 to 8 (#1142)b85050f
chore(tests): enable mypy (#1138)1272b26
[pre-commit.ci] pre-commit autoupdate (#1135)99a8728
chore: remove superfluous constants (#1136)412cb67
fix: close HTTPError to prevent ResourceWarning on Python 3.14 (#1133)