python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

chore(deps): update dependency pillow to v12

Open renovate-bot opened this issue 3 months ago • 1 comments

This PR contains the following updates:

Package Change Age Confidence
Pillow (changelog) ==10.4.0 -> ==12.0.0 age confidence
pillow (changelog) ==10.4.0 -> ==12.0.0 age confidence
pillow (changelog) ==9.5.0 -> ==12.0.0 age confidence
pillow (changelog) ==10.3.0 -> ==12.0.0 age confidence
pillow (changelog) ==11.1.0 -> ==12.0.0 age confidence

Release Notes

python-pillow/Pillow (Pillow)

v12.0.0

Compare Source

v11.3.0

Compare Source

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

Deprecations

Documentation

Dependencies

Testing

Type hints

Other changes

v11.2.1

Compare Source

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

Deprecations

Documentation

Dependencies

Testing

Type hints

Other changes

v11.1.0

Compare Source

See GitHub Releases:

v11.0.0

Compare Source

  • Update licence to MIT-CMU #​8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #​8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #​8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #​8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #​8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #​8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #​8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #​8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #​8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #​8422 [radarhere]

  • Free memory on early return #​8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #​8402 [radarhere]

  • Check image value before use #​8400 [radarhere]

  • Improved copying imagequant libraries #​8420 [radarhere]

  • Use Capsule for WebP saving #​8386 [homm, radarhere]

  • Fixed writing multiple StripOffsets to TIFF #​8317 [Yay295, radarhere]

  • Fix


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-bot avatar Oct 15 '25 23:10 renovate-bot

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist[^1]! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine dependency update for the Pillow library, upgrading it to version 12.0.0 across multiple Python requirements.txt files. This ensures that all relevant projects and examples are leveraging the most current version of the image processing library, benefiting from the latest improvements and maintaining compatibility with modern Python environments.

Highlights

  • Pillow Dependency Update: The Pillow library has been updated to its latest major version, v12.0.0, across all affected requirements.txt files. This update brings the projects up to date with the newest features, performance enhancements, and security fixes from the Pillow project.
  • Broad Impact: This change affects various Python projects within the repository, including App Engine flexible environment examples, Dataflow GPU examples, and several Generative AI and Vision API snippets, ensuring consistent use of the latest Pillow version.
  • Version Range: The previous Pillow versions being updated ranged from 9.5.0 to 11.1.0, indicating a significant leap for some projects to the v12.0.0 release.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

[^1]: Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

gemini-code-assist[bot] avatar Oct 15 '25 23:10 gemini-code-assist[bot]