Skip to content

Commit 11e4959

Browse files
authored
Merge pull request #675 from kagenti/dependabot/uv/mcp/flight_tool/cryptography-49.0.0
chore(deps): Bump cryptography from 48.0.0 to 49.0.0 in /mcp/flight_tool
2 parents b3c88b0 + c3878aa commit 11e4959

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

mcp/flight_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ dependencies = [
1111
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
1212
"fastmcp>=3.4.4", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
1313
"protobuf>=7.35.1", # Indirect; prevents CVE-2026-0994
14-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
14+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1515
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
1616
]

0 commit comments

Comments
 (0)