Raise Pillow minimum to 12.3.0#2188
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e86159d-80a9-4926-9378-c5dabe07a39f
Contributor
Coverage report (presidio-cli)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
Contributor
There was a problem hiding this comment.
Pull request overview
This PR raises the minimum supported Pillow version for presidio-image-redactor to 12.3.0 to address multiple security advisories, and aligns the generated lockfile metadata with the published dependency constraint.
Changes:
- Bump
presidio-image-redactorruntime dependency constraint topillow (>=12.3.0,<13.0.0)inpyproject.toml. - Update
presidio-image-redactor/uv.lockmetadata to reflect the new Pillow minimum while keeping the lock resolved to Pillow12.3.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| presidio-image-redactor/pyproject.toml | Raises the published Pillow minimum version constraint to 12.3.0 for the package. |
| presidio-image-redactor/uv.lock | Synchronizes lockfile metadata with the new Pillow constraint (and lock already resolves Pillow 12.3.0). |
Contributor
Coverage report (presidio-anonymizer)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||
Contributor
Contributor
Coverage report (presidio-image-redactor)Click to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||
Contributor
Coverage report (presidio-analyzer)Click to see where and how coverage changed
The report is truncated to 25 files out of 72. To see the full report, please visit the workflow summary page. This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RonShakutai
approved these changes
Jul 22, 2026
This was referenced Jul 23, 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.
Summary
presidio-image-redactoruv.lockSecurity impact
Pillow is the most recurring dependency in the current Dependabot backlog, accounting for 13 of 27 open alerts (10 high and 3 medium). All 13 advisories are patched in Pillow 12.3.0.
Validation
poetry -C presidio-image-redactor check --strict