From 3fee65695756810bd739161d2a1d4fd7c7b43eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:34:57 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.8.0 to >=2.12.1 in /backend Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.8.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 4eb2a3b6e1..830b02a813 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ "tzdata>=2024.1", "wagtail-factories==4.2.1", "google-auth-oauthlib>=1.2.1", - "PyJWT>=2.8.0", + "PyJWT>=2.12.1", "cryptography>=46.0.7", "openai>=1.52.0", "pydantic>=2.13.3",