From 20ba781ebb538108f041b171b55fa0842293bfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:09:41 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.10.1 to 2.13.0 in /apps/api 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 ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index a8ded1a..08361e8 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -12,7 +12,7 @@ pydantic==2.10.4 pydantic-settings==2.7.0 # JWT authentication (Milestone 2) -PyJWT==2.10.1 +PyJWT==2.13.0 # Database (Milestone 3) sqlalchemy==2.0.36