We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 117c85b + e567f6e commit 7c4fd32Copy full SHA for 7c4fd32
2 files changed
mcp/slack_tool/pyproject.toml
@@ -12,5 +12,5 @@ dependencies = [
12
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
13
"fastmcp>=3.4.4", # Indirect; prevents CVE-2026-32871
14
"starlette>=1.3.1", # Indirect; prevents CVE-2025-62727
15
- "cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
+ "cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
16
]
0 commit comments