From aebb0926197c4fbc805cd874eb1109baf8519588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:21:42 +0000 Subject: [PATCH] pip(deps): update pyjwt requirement 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.10.0...2.11.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.11.0 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 d65afbe..7686ea5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ google-auth>=2.0.0 google-auth-oauthlib>=0.4.0 google-auth-httplib2==0.2.* google-api-python-client>=2.0.0 -pyjwt==2.10.* +pyjwt==2.11.* requests==2.32.* python-dateutil==2.9.* fastapi==0.118.*