Skip to content

Bump pillow from 12.1.1 to 12.2.0 in /images/mkdocs#17

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

Bump pillow from 12.1.1 to 12.2.0 in /images/mkdocs#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/images/mkdocs/pillow-12.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

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.

Summary by cubic

Upgrades pillow from 12.1.1 to 12.2.0 in /images/mkdocs to pull in upstream fixes and dependency updates. Updates pyproject.toml and uv.lock to lock the new version.

Written for commit b966909. Summary will update on new commits.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Apr 13, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • images/mkdocs/pyproject.toml
  • images/mkdocs/uv.lock

This is a straightforward dependency update bumping pillow from 12.1.1 to 12.2.0. The changes are minimal and appropriate:

  • pyproject.toml: Version constraint updated from >=12.1.1 to >=12.2.0
  • uv.lock: Lock file regenerated with new version and its dependencies

The upgrade appears safe - it's a minor version bump that includes upstream fixes and dependency updates as documented in the Pillow release notes. No code changes are involved.


Reviewed by minimax-m2.5-20260211 · 97,952 tokens

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Copy link
Copy Markdown

@llamapreview llamapreview Bot left a comment

Choose a reason for hiding this comment

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

AI Code Review by LlamaPReview

🎯 TL;DR & Recommendation

Recommendation: Approve with suggestions.
This PR updates Pillow from 12.1.1 to 12.2.0, a routine maintenance change that pulls in upstream security fixes and dependency updates with low regression risk.

🌟 Strengths

  • Adheres to best practices by keeping dependencies up-to-date for security and stability.
  • Includes beneficial updates such as CVE fixes and memory allocation checks from Pillow's release notes.

💡 Suggestions (P2)

  • images/mkdocs/pyproject.toml: Updates Pillow dependency to 12.2.0, ensuring access to latest bug fixes and security patches.
  • images/mkdocs/pyproject.toml: Potential version conflict with mkdocs-material[imaging] could affect future dependency resolution and cause unexpected behavior during updates.

💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.

@@ -16,7 +16,7 @@ dependencies = [
"mkdocs-minify-html-plugin>=0.3.9",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[Contextual Comment]
This comment refers to code near real line 15. Anchored to nearest_changed(16) line 16.


P2 | Confidence: High

  • This is a straightforward dependency update. The change aligns with standard maintenance practices to benefit from upstream bug fixes, security patches, and performance improvements listed in Pillow 12.2.0 release notes (e.g., CVE fixes, memory allocation checks, and library updates for libjpeg-turbo, libpng). Without specific code usage in the provided related_context (which showed no direct PIL imports), the primary impact is on the build environment and any downstream image processing tasks performed by mkdocs-material[imaging] or other dependencies. The risk of regression appears low for a minor version bump within the same major release series.
  • Speculative: The mkdocs-material[imaging] extra likely has a dependency on Pillow. This PR updates Pillow directly, but there is a risk of a version conflict if mkdocs-material[imaging] pins to a different, incompatible version of Pillow. While the updated uv.lock file suggests the resolver found a compatible set, a direct version constraint in mkdocs-material's dependencies could cause future conflicts or unexpected behavior during resolution, especially during future updates of mkdocs-material. This is a common risk with managing transitive dependencies.

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