Skip to content

Commit 0d7e859

Browse files
chore(deps): Bump cryptography in /mcp/weather_tool
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb18356 commit 0d7e859

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)