From 45a5c5fc6ac01f37dbeed22c888202cc42bbc18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:50:33 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.11.0 in the python-packages group Bumps the python-packages group with 1 update: [pyjwt](https://github.com/jpadilla/pyjwt). Updates `pyjwt` from 2.10.1 to 2.11.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.11.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc3ce725..de132c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">= 3.11" dependencies = [ "fastapi[all]==0.128.0", "PyGithub==2.8.1", - "PyJWT==2.10.1", + "PyJWT==2.11.0", "psycopg2==2.9.11", "SQLAlchemy==2.0.46", "pydantic==2.12.5",