From 94d17810ffd615cc53525abeb06b27fac7059622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:09:27 +0000 Subject: [PATCH] Bump pyjwt from 2.11.0 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.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.11.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4eb23c1d..8bdc1aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">= 3.11" dependencies = [ "fastapi[all]==0.131.0", "PyGithub==2.8.1", - "PyJWT==2.11.0", + "PyJWT==2.12.0", "psycopg2==2.9.11", "SQLAlchemy==2.0.46", "pydantic==2.12.5",