Skip to content

chore(deps): bump pillow from 12.2.0 to 12.3.0 - #564

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

chore(deps): bump pillow from 12.2.0 to 12.3.0#564
dependabot[bot] wants to merge 1 commit into
mainfrom
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 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.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 added dependencies Pull requests that update a dependency file minor python:uv Pull requests that update python:uv code labels Jul 21, 2026
pavelzbornik added a commit that referenced this pull request Aug 22, 2026
…#571)

Resolves 16 of the 18 open dependency PRs on a single branch off dev.

Dependabot had no config file, so it raised security updates only, and those
always target the default branch — which is why 9 sat against main, bypassing
the Renovate policy that bases everything on dev, and why setuptools appeared
twice.

Security, transitive (lockfile only): aiohttp 3.13.4 -> 3.14.3, pillow 12.2.0
-> 12.3.0, nltk 3.9.4 -> 3.10.3, setuptools 80.9.0 -> 84.0.0, plus msgpack,
python-engineio and python-socketio, which are dev-only via locust.

Security, request path: starlette 0.52.1 -> 1.6.0 for the multipart FormParser
advisory. There is no backport, so the 1.x major is required; fastapi 0.136.1
-> 0.141.1 comes with it as the release actually developed against starlette
1.x. Verified the generated OpenAPI schema is unchanged (18 paths, 29 schemas,
callbacks intact) and that a 5MB multipart upload still parses — the new
max_part_size check is guarded by `if part.file is None`, so it caps ordinary
form fields only.

Also gunicorn 25.3.0 -> 26.1.0, verified by booting the app under the exact
dockerfile entrypoint; mypy 1.20.2 -> 2.3.1, which aligns pyproject with the
pre-commit mirror already pinned at v2; and three pinned GitHub Action digests,
each resolved against its upstream tag rather than taken from the PR body.

whisperx 3.8.6 and numba 0.67.0 are deliberately excluded: they need the slow
suite on real hardware, and the fast suite mocks every ML service.

Supersedes #568, #566, #565, #564, #563, #562, #559, #558, #557, #556, #555,
#553, #547, #546. #552 is already satisfied on dev. #543 is stale and should be
closed rather than merged.
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 minor python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants