From 859e9ec9a974f29383afde6d4f0b6c862da420b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:17:52 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement from >=2.8.0 to >=2.13.0 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.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2466d59..a69c94a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ fastapi>=0.115.0 uvicorn[standard]>=0.30.0 pydantic>=2.7 fastapi-mcp>=0.4.0 -PyJWT>=2.8.0 +PyJWT>=2.13.0 cryptography>=42.0.0 prometheus-client>=0.20.0