From 21feca741583de0e755e12562f8b0afb52d2de25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:32:40 +0000 Subject: [PATCH] deps: update pyjwt requirement from >=2.10.0 to >=2.12.1 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.10.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 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 6690c7f..8972796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "sentence-transformers>=3.3.0", "redis>=5.2.0", "cryptography>=44.0.0", - "PyJWT>=2.10.0", + "PyJWT>=2.12.1", "httpx>=0.28.0", "structlog>=24.4.0", ]