From a7623e4d62352fef007d5da4c93c15d2e476614e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:45:57 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.13.0 in /backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.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.10.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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fa15d3e..c29ca4d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ pydantic-extra-types==2.11.1 pydantic-settings==2.14.1 pydantic_core==2.46.4 Pygments==2.20.0 -PyJWT==2.10.1 +PyJWT==2.13.0 python-dotenv==1.2.2 python-multipart==0.0.32 psycopg2-binary==2.9.10