Skip to content

Bump pillow from 12.2.0 to 12.3.0 - #1176

Open
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/uv/pillow-12.3.0
Open

Bump pillow from 12.2.0 to 12.3.0#1176
dependabot[bot] wants to merge 3 commits into
masterfrom
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.2.0 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 dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 21, 2026
@jdebacker

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 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.2.0...12.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/pillow-12.3.0 branch from eb447e9 to dd22fd3 Compare July 24, 2026 14:30
Fixes #1180: get_pop_objs raised an AssertionError for the pre-0.18
call signature (income_percentiles=None with no income-specific
inputs), because expand_pop_obj_J asserted income_percentiles is not
None before reaching its homogeneous branch.

income_percentiles now defaults to a single income group (J=1) when no
income-specific inputs are supplied, broadcasting the aggregate objects
as that branch intends; it remains required whenever gradients or
immigrant income shares are provided. Also removes a stray debug print
from the homogeneous branch and corrects the docstrings (the aggregate
objects are broadcast to J=1, not returned in their original 2-D
shapes, since get_pop_objs indexes three dimensions unconditionally).

Copilot AI commented Jul 24, 2026

Copy link
Copy Markdown

@copilot resolve the merge conflicts in this pull request

Resolved. I rebased the branch onto the latest master, which resolved the uv.lock conflict (ogcore version 0.17.00.18.0 from master, while retaining the pillow 12.3.0 bump).

Copilot AI requested a review from jdebacker July 24, 2026 14:32
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.

3 participants