From 68be113b6c54cf847c9bd2da776389a12da1e2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:18:16 +0000 Subject: [PATCH] chore(deps): Update cryptography requirement in /a2a/weather_service Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index d75554f2..19c41e9d 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "openinference-instrumentation-langchain>=0.1.27", "urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418 "python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486 - "cryptography>=46.0.5", # Indirect; prevents CVE-2026-26007 + "cryptography>=46.0.7", # Indirect; prevents CVE-2026-26007 "langgraph-checkpoint>=3.0.0", # Indirect; prevents CVE-2025-64439 "mcp>=1.23.0", # Indirect; prevents CVE-2025-66416 "protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994