From a583cf004a654c9d99503fc731dd1aab50a73b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:54:21 +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.13.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 d1d6b09..56609e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "strawberry-graphql[fastapi]>=0.219.0", "celery>=5.3.6", "aiokafka>=0.14.0", - "pyjwt>=2.8.0", + "pyjwt>=2.13.0", "onnxruntime>=1.17.0", "huggingface_hub>=0.20.0", "google-genai>=2.14.0",