From 8c97fb5fb2af3d191c43e0cbf23219216a165710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:29:13 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.12.0 in /default Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.12.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/1.7.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- default/requirements-dev.txt | 2 +- default/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default/requirements-dev.txt b/default/requirements-dev.txt index 0e1d567..145fc47 100644 --- a/default/requirements-dev.txt +++ b/default/requirements-dev.txt @@ -35,7 +35,7 @@ py==1.9.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pydantic==1.6 -PyJWT==1.7.1 +PyJWT==2.12.0 pylint==2.5.3 pyparsing==2.4.7 pytest==5.4.3 diff --git a/default/requirements.txt b/default/requirements.txt index 9b55846..70935cf 100644 --- a/default/requirements.txt +++ b/default/requirements.txt @@ -4,6 +4,6 @@ fastapi==0.59.0 google-cloud-ndb==1.4.1 google-cloud-secret-manager==1.0.0 Jinja2==2.11.2 -PyJWT==1.7.1 +PyJWT==2.12.0 python-multipart==0.0.5 uvicorn==0.11.7