Skip to content

Commit ff31dfd

Browse files
chore(deps): Bump cryptography in /mcp/reservation_tool
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.1...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 bac1b4a commit ff31dfd

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

mcp/reservation_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
1111
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
1212
"fastmcp>=3.4.2", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
13-
"cryptography>=48.0.1,<49", # Indirect; prevents CVE-2026-26007
13+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1414
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
1515
]
1616

0 commit comments

Comments
 (0)