Skip to content

chore(deps-dev): bump pillow from 12.1.1 to 12.3.0#3140

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pillow-12.3.0
Open

chore(deps-dev): bump pillow from 12.1.1 to 12.3.0#3140
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/pillow-12.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps pillow from 12.1.1 to 12.3.0.

Release notes

Sourced from pillow's releases.

12.3.0

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

Removals

Documentation

Dependencies

Testing

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

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.1.1 to 12.3.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.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 21, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM — routine Dependabot bump of the dev-only pillow dependency (12.1.1 → 12.3.0) touching only uv.lock.

What was reviewed:

  • Confirmed pillow lives in the dev dependency group (pillow>=12.0 in pyproject.toml), so this doesn't affect the published package's runtime dependencies.
  • Verified the lockfile change only swaps the pillow 12.1.1 sdist/wheel entries for 12.3.0, with all URLs and hashes pointing to pypi.org.
  • Checked the 12.3.0 release notes: the only removal (non-image ImageCms modes) doesn't affect this SDK's test-only use of pillow.
Extended reasoning...

Overview

This PR is a Dependabot-generated bump of pillow from 12.1.1 to 12.3.0, changing only uv.lock. The lockfile diff replaces the pillow package entry (version, sdist, and wheels) — no other packages or resolution changes are included.

Security risks

Minimal. Pillow is a dev-group dependency (pillow>=12.0 in [dependency-groups].dev), so it is not shipped with the published mcp wheel and only affects local development and CI. All new artifact URLs point to files.pythonhosted.org with pinned sha256 hashes, which is the expected shape for a uv lockfile update. Pillow 12.3.0 is a newer upstream release that includes security-related fixes, so moving forward is if anything a net positive for the dev environment.

Level of scrutiny

Low. This is a mechanical lockfile-only dev-dependency bump following the repo's established Dependabot pattern (the same kind of change as the recent pillow bump already merged on main). The version constraint in pyproject.toml is unchanged and 12.3.0 satisfies >=12.0. The only API removal in 12.3.0 (non-image ImageCms modes) is irrelevant to the SDK's test usage of pillow. Per repo guidelines, dependency floors are not being raised — only the locked version moves.

Other factors

The bug hunting system found no issues, and the PR timeline has no outstanding reviewer comments. CI (tests across 3.10–3.14 with the locked resolution) will exercise the new pillow version directly, providing a concrete safety net if anything in the tests were incompatible.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants