From 1b79a7fc6f184ba3064d874f0640f893ec3aac4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:00:23 +0000 Subject: [PATCH] fix(deps): bump pyjwt from 2.12.1 to 2.13.0 in /@lab/ll-KNOWRAG/apps/mcp Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 to 2.13.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- @lab/ll-KNOWRAG/apps/mcp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 @lab/ll-KNOWRAG/apps/mcp/requirements.txt diff --git a/@lab/ll-KNOWRAG/apps/mcp/requirements.txt b/@lab/ll-KNOWRAG/apps/mcp/requirements.txt old mode 100755 new mode 100644 index 14b5e2e..f1100f3 --- a/@lab/ll-KNOWRAG/apps/mcp/requirements.txt +++ b/@lab/ll-KNOWRAG/apps/mcp/requirements.txt @@ -48,7 +48,7 @@ pydantic==2.12.5 pydantic-settings==2.13.1 pydantic_core==2.41.5 Pygments==2.19.2 -PyJWT==2.12.1 +PyJWT==2.13.0 pyperclip==1.11.0 python-dotenv==1.2.2 python-multipart==0.0.27