From 04569177d98ec9b2ce846cfe374633ef54e42cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:04:44 +0000 Subject: [PATCH] chore(deps): bump pyjwt Bumps the pip group with 1 update in the /rust/Planify/apps/api/requirements directory: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 2.12.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.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- rust/Planify/apps/api/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Planify/apps/api/requirements/base.txt b/rust/Planify/apps/api/requirements/base.txt index 1cbd5a2..168cbd7 100644 --- a/rust/Planify/apps/api/requirements/base.txt +++ b/rust/Planify/apps/api/requirements/base.txt @@ -61,7 +61,7 @@ zxcvbn==4.4.28 # timezone pytz==2024.1 # jwt -PyJWT==2.12.0 +PyJWT==2.13.0 # OpenTelemetry opentelemetry-api==1.28.1 opentelemetry-sdk==1.28.1