From f6082c5339dc1ce37a73bdb6c92bc062f1deb43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:16:19 +0000 Subject: [PATCH] Chore(deps): Bump pyjwt from 2.12.0 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/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 ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index e4a6f7802..cc8e36827 100644 --- a/requirements.in +++ b/requirements.in @@ -24,7 +24,7 @@ Flask-APScheduler==1.12.4 gunicorn==23.0.0 simple-websocket==0.8.1 protobuf==4.23.3 -PyJWT==2.12.0 +PyJWT==2.13.0 pytimeparse==1.1.8 psycopg2-binary==2.9.5 aioitertools==0.11.0 diff --git a/requirements.txt b/requirements.txt index 0f6dbab6c..559fd8e23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -752,9 +752,9 @@ pycparser==2.22 \ --hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \ --hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc # via cffi -pyjwt==2.12.0 \ - --hash=sha256:2f62390b667cd8257de560b850bb5a883102a388829274147f1d724453f8fb02 \ - --hash=sha256:9bb459d1bdd0387967d287f5656bf7ec2b9a26645d1961628cda1764e087fd6e +pyjwt==2.13.0 \ + --hash=sha256:41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423 \ + --hash=sha256:66adcc2aff09b3f1bbd95fc1e1577df8ac8723c978552fd43304c8a290ac5728 # via -r requirements.in pyopenssl==26.0.0 \ --hash=sha256:df94d28498848b98cc1c0ffb8ef1e71e40210d3b0a8064c9d29571ed2904bf81 \ @@ -893,6 +893,7 @@ typing-extensions==4.15.0 \ # via # cryptography # hwi + # pyjwt # pyopenssl tzdata==2024.1 \ --hash=sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd \