From 087cbccfaf773a6aa8a59e6062d8edfb8e3afd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:20:55 +0000 Subject: [PATCH] Bump jwcrypto from 1.5.6 to 1.5.7 in /requirements Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 1.5.6 to 1.5.7. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: jwcrypto dependency-version: 1.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements-agents.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-agents.txt b/requirements/requirements-agents.txt index e96657bb724..c47cd0ad1f1 100644 --- a/requirements/requirements-agents.txt +++ b/requirements/requirements-agents.txt @@ -9,6 +9,6 @@ mcp~=1.26.0 # Required for MCP server # A2A requirements httpx==0.28.1 -jwcrypto==1.5.6 +jwcrypto==1.5.7 # fastmcp (via pydantic-ai) requires typing-extensions>=4.15.0 (py-key-value-aio chain) typing-extensions>=4.15.0,<5