fix(deps): update vulnerable Click, MCP, and pypdf pins - #5526
Open
green3sf wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- bump Click from 8.3.1 to 8.3.3, the fixed release for PYSEC-2026-2132\n- bump MCP from 1.26.0 to 1.28.1, the common fixed floor for PYSEC-2026-3481, PYSEC-2026-3482, and PYSEC-2026-3483\n- bump pypdf from 6.14.2 to 6.15.0, the fixed release for PYSEC-2026-3655 and PYSEC-2026-3656\n- keep the change limited to the three exact runtime pins\n\n## Why\n\nThe current exact pins prevent downstream resolvers from selecting patched releases. Updating to the minimum common fixed versions clears the complete advisory set without unrelated dependency churn.\n\n## Validation\n\n- uv lock --dry-run --python 3.11 (resolved the full 400-package graph)\n- pre-commit run --files pyproject.toml --show-diff-on-failure\n- uv build --wheel\n- verified the built wheel metadata contains click==8.3.3, mcp==1.28.1, and pypdf==6.15.0\n\nNo UI changes; a screenshot is not applicable.\n\nFixes #5524
Summary by cubic
Updates exact runtime pins for
click,mcp, andpypdfto patched versions to remove known vulnerabilities and let downstream resolvers select fixed releases.click: 8.3.1 → 8.3.3 (fixes PYSEC-2026-2132).mcp: 1.26.0 → 1.28.1 (fixes PYSEC-2026-3481/3482/3483).pypdf: 6.14.2 → 6.15.0 (fixes PYSEC-2026-3655/3656).uv lock --dry-run --python 3.11, pre-commit onpyproject.toml, wheel build; wheel metadata shows the new pins.Written for commit c25fea2. Summary will update on new commits.