fix(deps): bump pillow to 12.3.0 and click to 8.4.2#2097
Merged
JerrettDavis merged 1 commit intoJul 13, 2026
Conversation
Contributor
PR governanceThis PR follows the template and is marked ready for human review. |
Pip-audit CI found 6 vulnerabilities in 2 production dependencies: - click 8.3.1 -> 8.4.2 (PYSEC-2026-2132: command injection in click.edit()) - pillow 12.2.0 -> 12.3.0 (PYSEC-2026-2253~2257: 5 CVEs covering decompression bomb bypass + Windows command injection) Only uv.lock changed.
283f1fc to
2bdfa6d
Compare
JerrettDavis
approved these changes
Jul 13, 2026
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.
Description
Pip-audit found 6 vulnerabilities in 2 packages in the lockfile:
Closes #N/A (no issue filed — security workflow failure)
Type of Change
Changes Made
uv.lock: Upgraded click from 8.3.1 to 8.4.2, pillow from 12.2.0 to 12.3.0Testing
uv lock --upgrade-packageresolved cleanlyruff check headroom/passesReal Behavior Proof
uv lock --upgrade-package "pillow>=12.3.0" --upgrade-package "click>=8.3.3"on upstream/main; thengit diff --stat,uv run python -c "import click; print(click.__version__)"Review Readiness