Skip to content

Commit 492bcdc

Browse files
chore(deps): Bump cryptography from 48.0.0 to 49.0.0 in /mcp/movie_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 59b37f9 commit 492bcdc

2 files changed

Lines changed: 50 additions & 53 deletions

File tree

mcp/movie_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies = [
99
"requests>=2.34.2",
1010
"authlib>=1.7.2", # Indirect; prevents CVE-2026-27962
1111
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66471, CVE-2026-21441, CVE-2026-44431
12-
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
12+
"cryptography>=49.0.0,<50", # Indirect; prevents CVE-2026-26007
1313
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
1414
]

0 commit comments

Comments
 (0)