From 67aa945a535b5b64f67fdb9d59cc1550c0adf185 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:22:49 +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.8.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/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index c21dd143..5999b1cd 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pydantic-settings>=2.0.0", "aiosqlite>=0.20.0", "asyncpg>=0.30.0", - "PyJWT>=2.8.0", + "PyJWT>=2.12.1", "httpx>=0.27.0", "cryptography>=42.0.0", "redis[hiredis]>=5.0.0",