From e76cca800c9c04a61674a75a68b51e65da3b328d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:33:20 +0000 Subject: [PATCH] Bump pyjwt from 2.11.0 to 2.12.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.11.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05190f3..0a933e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1782,16 +1782,19 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.11.0" +version = "2.12.1" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469"}, - {file = "pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623"}, + {file = "pyjwt-2.12.1-py3-none-any.whl", hash = "sha256:28ca37c070cad8ba8cd9790cd940535d40274d22f80ab87f3ac6a713e6e8454c"}, + {file = "pyjwt-2.12.1.tar.gz", hash = "sha256:c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b03672b"}, ] +[package.dependencies] +typing_extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} + [package.extras] crypto = ["cryptography (>=3.4.0)"] dev = ["coverage[toml] (==7.10.7)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=8.4.2,<9.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] @@ -2368,4 +2371,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.9.2" -content-hash = "4eb9a25cec263db412e53e84c1134be6f8d194b6623a1d01f868a70a340cba99" +content-hash = "a60a91e1eafa8493553cfaf615b466d8177d7502dc03c5a1aed69ad1307f57da" diff --git a/pyproject.toml b/pyproject.toml index b71e253..ca9b4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ assertpy = "^1.1" pytest-docker = "^3.1.0" pytest-xdist = "^2.5.0" pytest-sugar = "^0.9.4" -PyJWT = "^2.3.0" +PyJWT = "^2.12.1" python-dotenv = "^0.21.1" pytest-rerunfailures = "^10.2" pytest-nhsd-apim = "^3.3.9"