chore(deps): bump pillow from 12.1.1 to 12.2.0#236
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump pillow from 12.1.1 to 12.2.0#236dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Security review completed for this PR.
No high-confidence vulnerabilities found in the diff.
Evidence:
- The PR changes only
uv.lock, with a single package update:pillow12.1.1->12.2.0. - No application/runtime code paths were modified, so there are no new injection, authz, secret-handling, deserialization, SSRF/XSS/CSRF, or permission-boundary changes introduced by this PR.
- The lockfile continues to pin artifact hashes for sdist/wheels, which preserves integrity checks for dependency retrieval.
- Upstream Pillow
12.2.0release notes indicate security hardening/fixes (including decompression-bomb, OOB/integer-overflow, and parser loop issues), so this dependency bump appears risk-reducing rather than risk-increasing.
Residual risk / validation note:
- This assessment assumes your build/install flow enforces lockfile hashes and does not permit unpinned dependency resolution outside
uv.lock.
Sent by Cursor Automation: Find vulnerabilities
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.


Bumps pillow from 12.1.1 to 12.2.0.
Release notes
Sourced from pillow's releases.
... (truncated)
Commits
3c41c0912.2.0 version bumpcdaa29eCheck calloc return value (#9527)585b2f5Check calloc return valueecf011eCheck all allocs in the Arrow tree (#9488)cf6de8cReject non-numeric elements inside list coords (#9526)ffdcedeUpdate 12.2.0 release notes (#9522)7929d77Added security release notes (#149)c4f7aa5Added security release notes22cdb5fMove variable declaration inside define (#9525)fc15b3bResize tall images vertically first (#9524)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only dependency bump; risk is limited to potential runtime behavior/regressions introduced by the newer
pillowrelease in image-processing paths.Overview
Bumps
pillowfrom12.1.1to12.2.0inuv.lock, updating the pinned artifact metadata (sdist/wheel URLs, sizes, and hashes) accordingly.Reviewed by Cursor Bugbot for commit da637b7. Bugbot is set up for automated code reviews on this repo. Configure here.