Skip to content

Commit c095a41

Browse files
authored
Merge pull request #610 from kagenti/dependabot/uv/mcp/image_tool/cryptography-49.0.0
chore(deps): Bump cryptography from 48.0.1 to 49.0.0 in /mcp/image_tool
2 parents 013d85c + d58b4b9 commit c095a41

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

mcp/image_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies = [
99
"authlib>=1.7.2", # Indirect; prevents CVE-2026-27962
1010
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
1111
"fastmcp>=3.4.2", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
12-
"cryptography>=48.0.1,<49", # Indirect; prevents CVE-2026-26007
12+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1313
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
1414
]

0 commit comments

Comments
 (0)