Skip to content

Bump pillow from 12.2.0 to 12.3.0 - #1176

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

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
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.66%. Comparing base (08e20e8) to head (7f932c6).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1176   +/-   ##
=======================================
  Coverage   72.66%   72.66%           
=======================================
  Files          22       22           
  Lines        5725     5726    +1     
=======================================
+ Hits         4160     4161    +1     
  Misses       1565     1565           
Flag Coverage Δ
unittests 72.66% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
ogcore/__init__.py 100.00% <100.00%> (ø)
ogcore/demographics.py 58.50% <100.00%> (+0.08%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rickecon

Copy link
Copy Markdown
Member

This PR is taken care of by PR #1208. Closing.

@rickecon rickecon closed this Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/pillow-12.3.0 branch August 18, 2026 21:01
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.

5 participants