From 566564d4212fd15bf6216f0c22123a6db18c9116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:55:31 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.11.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.11.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.10.1...2.11.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9295ced..72f48ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ Flask==3.1.2 google-cloud-compute==1.42.0 google-cloud-secret-manager==2.26.0 gunicorn==24.1.0 -PyJWT==2.10.1 +PyJWT==2.11.0 python-dotenv==1.2.1 requests==2.32.5