chore(deps-dev): bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory#2437
chore(deps-dev): bump pillow from 12.1.1 to 12.2.0 in the uv group across 1 directory#2437dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the uv group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow). Updates `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:development dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine Dependabot minor bump of a dev-only dependency.
Extended reasoning...
Overview
This PR is an automated Dependabot update that bumps pillow from 12.1.1 to 12.2.0. The only file touched is uv.lock, where the package version, sdist, and wheel hashes/URLs are updated. No source code, configuration, or pyproject.toml changes are included.
Security risks
None introduced by this PR. Pillow is listed in the [dependency-groups].dev section of pyproject.toml (constraint >=12.0), so it is a development/test-time dependency and is not shipped to consumers of the SDK. The upstream 12.2.0 release actually includes security hardening (calloc return-value checks, allocation checks, and security release notes), so if anything this reduces risk for the dev environment. All artifacts come from the standard PyPI registry with pinned hashes.
Level of scrutiny
Low. This is a mechanical, lockfile-only minor version bump generated by Dependabot. The version satisfies the existing >=12.0 constraint, and CI will catch any incompatibilities. There are no design decisions or logic changes to review.
Other factors
No bugs were flagged by the bug-hunting system, and there are no outstanding reviewer comments on the PR. A previous Dependabot pillow bump (12.1.1) was recently merged following the same pattern, so this is an established workflow.
Bumps the uv group with 1 update in the / directory: pillow.
Updates
pillowfrom 12.1.1 to 12.2.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
3c41c0912.2.0 version bumpcdaa29eCheck calloc return value (#9527)585b2f5Check calloc return valueecf011eCheck all allocs in the Arrow tree (#9488)cf6de8cReject non-numeric elements inside list coords (#9526)ffdcedeUpdate 12.2.0 release notes (#9522)7929d77Added security release notes (#149)c4f7aa5Added security release notes22cdb5fMove variable declaration inside define (#9525)fc15b3bResize tall images vertically first (#9524)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.