From 5a3da14fdf60ad977b39c5dcaaca2a49b6f2d153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:09:55 +0000 Subject: [PATCH] deps(deps): bump pyjwt from 2.12.1 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 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.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..e657a5f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,6 +10,6 @@ cryptography==48.0.0 geoip2>=5.2.0 psutil==5.9.6 python-dotenv==1.2.2 -PyJWT==2.12.1 +PyJWT==2.13.0 hvac>=2.4.0 prometheus_client>=0.16.0 diff --git a/requirements.txt b/requirements.txt index 6b3be9f..3c8e0f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ PyMySQL==1.1.1 gunicorn geoip2>=5.2.0 psutil==5.9.6 -PyJWT==2.12.1 +PyJWT==2.13.0 python-dotenv==1.2.2 prometheus_client>=0.16.0 cryptography==48.0.0