From 8e35ac80fa7fb79d8cf07d14f930a1711b8b982d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:15:00 +0000 Subject: [PATCH] build(deps): bump pyjwt in /platform/control_plane/backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.13.0. - [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.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/control_plane/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/control_plane/backend/requirements.txt b/platform/control_plane/backend/requirements.txt index 03606c73..2d920365 100644 --- a/platform/control_plane/backend/requirements.txt +++ b/platform/control_plane/backend/requirements.txt @@ -16,7 +16,7 @@ botocore>=1.35.0 # Authentication python-jose[cryptography]==3.3.0 -PyJWT[crypto]==2.8.0 +PyJWT[crypto]==2.13.0 passlib[bcrypt]==1.7.4 python-dotenv==1.0.0