From 7a6a739f06cb56d99acf957b8cb74fe2c7136115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:42:44 +0000 Subject: [PATCH] chore(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.0.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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 4f291f4..3b90bde 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ google-genai>=1.0.0 python-dotenv>=1.2.2 httpx>=0.28.1 bcrypt>=4.0.0 -PyJWT>=2.0.0 +PyJWT>=2.13.0 google-auth>=2.0.0 psycopg2-binary>=2.9.0 # Pillow < 10.3 has multiple image-parsing CVEs (buffer overflow).