Skip to content

chore(deps-dev): bump pillow from 12.1.1 to 12.2.0#3111

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pillow from 12.1.1 to 12.2.0.

Release notes

Sourced from pillow's releases.

12.2.0

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

Documentation

Dependencies

Testing

Other changes

... (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.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: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 16, 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 from 12.1.1 to 12.2.0 in uv.lock.

What was reviewed

  • The diff touches only the pillow entry in uv.lock; sdist/wheel URLs and hashes all point to pypi.org for 12.2.0.
  • pillow is a dev-group dependency (pillow>=12.0 in pyproject.toml), so the constraint is satisfied and no runtime/published dependency changes.
  • Minor-version upgrade with no other packages re-resolved.
Extended reasoning...

Overview

This is a standard Dependabot PR bumping pillow from 12.1.1 to 12.2.0. The only changed file is uv.lock: the package version, sdist, and wheel entries for pillow are replaced with the 12.2.0 artifacts from the official PyPI registry. No other package entries in the lockfile were modified, and pyproject.toml is untouched.

Security risks

Minimal. Pillow is a development-group dependency (pillow>=12.0 under the dev dependencies in pyproject.toml), not a runtime dependency of the published mcp package, so end users are unaffected. All artifact URLs point to files.pythonhosted.org with pinned SHA-256 hashes, which uv verifies at install time. The 12.2.0 release also includes upstream security-hardening changes (calloc checks, security release notes), so the bump is directionally positive from a security standpoint.

Level of scrutiny

Low. This is a mechanical lockfile-only minor version bump generated by Dependabot, exactly the category of change (dependency bumps) that is safe to approve without human review. The project's own guidance notes not to raise dependency floors for CVEs alone; this PR does not change the floor at all — it only advances the locked version within the existing >=12.0 constraint.

Other factors

The bug hunting system found no issues, and there are no prior reviews or comments on the PR timeline. CI (tests across 3.10–3.14 on Ubuntu/Windows) will exercise the new pillow version in the dev environment, providing a further safety net for any behavioral regressions.

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