From cedb47ef3ee7e8ad3c68da9f07190b0bfa7b5efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:53:09 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.12.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.12.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 12f1750..ece27f4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ mitreattack-python==5.4.4 psycopg2-binary==2.9.11 pydantic-settings==2.12.0 python-dotenv==1.2.2 -PyJWT[crypto]>=2.12.0 +PyJWT[crypto]>=2.12.1 python-multipart>=0.0.22 sqlakeyset==2.0.1762907931 sqlmodel==0.0.27