From b0b9c8d43a028a4e362ce677ae9a0190f35931d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:41:35 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.12.0 to 2.12.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.12.1. - [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.12.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 345b39d5e..0aba12b9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ fastapi==0.135.1 starlette<1.0.0 pydantic==2.12.5 uvicorn==0.41.0 -pyjwt==2.12.0 +pyjwt==2.12.1 aiofiles==25.1.0 psutil==7.2.2