Skip to content

Commit 2771a32

Browse files
authored
Merge pull request #689 from kagenti/dependabot/uv/a2a/generic_agent/cryptography-49.0.0
chore(deps): Bump cryptography from 48.0.0 to 49.0.0 in /a2a/generic_agent
2 parents a2d1a7d + 53a1351 commit 2771a32

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

a2a/generic_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
2424
"mcp>=1.28.1", # Indirect; prevents CVE-2025-66416
2525
"aiohttp>=3.14.1", # Indirect; prevents CVE-2026-34525, CVE-2026-34516, CVE-2026-34515, CVE-2026-22815
26-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
26+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
2727
]
2828

2929
[project.scripts]

0 commit comments

Comments
 (0)