Skip to content

Commit 117c85b

Browse files
authored
Merge pull request #673 from kagenti/dependabot/uv/mcp/weather_tool/cryptography-49.0.0
chore(deps): Bump cryptography from 48.0.0 to 49.0.0 in /mcp/weather_tool
2 parents bb18356 + 0d7e859 commit 117c85b

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

mcp/weather_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
1212
"fastmcp>=3.4.4", # Indirect; prevents CVE-2026-32871
1313
"uvicorn>=0.51.0",
14-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
14+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1515
"starlette>=1.3.1", # Indirect; prevents CVE-2025-62727
1616
"opentelemetry-api>=1.43.0",
1717
"opentelemetry-sdk>=1.27.0",

0 commit comments

Comments
 (0)