From 968a9a186b384bafa8fa7141da9a178f67a07c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:36:23 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement in /apps/api 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.9.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 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 806cf9d9..918ac4b5 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -5,7 +5,7 @@ pydantic-settings>=2.2.1 sqlmodel>=0.0.22 alembic>=1.13.2 boto3>=1.34.0 -PyJWT>=2.9.0 +PyJWT>=2.12.1 httpx>=0.27.0 stripe>=10.9.0 argon2-cffi>=23.1.0