From 493eced2d4c7b0eb86e29fd4a67dc348e35ae56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:36:07 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.10.1 to 2.12.0 in /deploy/docker Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/requirements.txt b/deploy/docker/requirements.txt index d463c6410..207155f33 100644 --- a/deploy/docker/requirements.txt +++ b/deploy/docker/requirements.txt @@ -11,7 +11,7 @@ sse-starlette==2.2.1 pydantic>=2.11 rank-bm25==0.2.2 anyio==4.9.0 -PyJWT==2.10.1 +PyJWT==2.12.0 mcp>=1.6.0 websockets>=15.0.1 httpx[http2]>=0.27.2