From 67331ec3e23aef3049498c94204f09ac97919777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:57:03 +0000 Subject: [PATCH] Bump pyjwt from 2.12.0 to 2.13.0 in /Stock_MCP Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 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.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Stock_MCP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stock_MCP/requirements.txt b/Stock_MCP/requirements.txt index 3108a09..60ebb73 100644 --- a/Stock_MCP/requirements.txt +++ b/Stock_MCP/requirements.txt @@ -97,7 +97,7 @@ pydantic-core==2.41.5 # via pydantic pydantic-settings==2.12.0 # via mcp -pyjwt==2.12.0 +pyjwt==2.13.0 # via mcp python-dateutil==2.9.0.post0 # via pandas