Skip to content

Comments

chore(deps): bump pillow from 12.0.0 to 12.1.1#5699

Merged
rtibbles merged 1 commit intounstablefrom
dependabot/pip/pillow-12.1.1
Feb 13, 2026
Merged

chore(deps): bump pillow from 12.0.0 to 12.1.1#5699
rtibbles merged 1 commit intounstablefrom
dependabot/pip/pillow-12.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps pillow from 12.0.0 to 12.1.1.

Release notes

Sourced from pillow's releases.

12.1.1

https://pillow.readthedocs.io/en/stable/releasenotes/12.1.1.html

Dependencies

Other changes

12.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.1.0.html

Deprecations

Documentation

Dependencies

Testing

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.0.0 to 12.1.1.
- [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.0.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 11, 2026
@rtibbles rtibbles requested a review from rtibblesbot February 11, 2026 22:39
Copy link

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency Update Review

Package: pillow 12.0.0 → 12.1.1
Semver risk: Minor
Dependency type: Production
CI status: Passing (all checks including Python unit tests)

Changelog Analysis

Sources consulted:

Breaking changes: None.

Security fixes:

  • Fix OOB write with invalid tile extents in PSD decoding/encoding — validation now checks that tile extents do not use negative x or y offsets, raising an error instead of allowing an OOB write. Affects Pillow ≥10.3.0. (Reported by Yarden Porat, #9427)

Deprecations:

  • Image.getdata() deprecated in favor of Image.get_flattened_data() — this project does not call getdata(), so no action needed.

Other notable changes:

  • ImageMorph.build_default_lut() now returns the built LUT (matching build_lut() behavior)
  • ImageGrab.grab() supports window selection on macOS via CGWindowID
  • libavif patched for svt-av1 4.0 compatibility

Compatibility Assessment

  • Project uses affected APIs: No
  • Peer dependency changes: No
  • Code changes required: No
  • Prior failed attempts: No

Recommendation

APPROVE — Minor bump with a security fix, no breaking changes, CI fully passing.

Copy link
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No concerns from changelog, we do not use any of the affected APIs for the change.

@rtibbles rtibbles merged commit 5b1cc28 into unstable Feb 13, 2026
20 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pillow-12.1.1 branch February 13, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants