chore(deps): bump pillow from 10.2.0 to 12.2.0#313
Conversation
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 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@10.2.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Routine Dependabot transitive-dep bump (pillow via matplotlib); lockfile-only and not imported by eyecite.
Extended reasoning...
Overview
This PR is a Dependabot bump of pillow from 10.2.0 to 12.2.0 in uv.lock only. Pillow is not a direct dependency in pyproject.toml; it comes in as a transitive dep of matplotlib. The eyecite source code itself does not import PIL/Pillow anywhere.
Security risks
None for eyecite. Pillow 12.2.0 includes upstream security fixes (calloc checks, allocation hardening in the Arrow tree, non-numeric list coord rejection) over 10.2.0. The bump is in the safer direction.
Level of scrutiny
Low. This is a lockfile-only change for a transitive dependency that is not exercised by the eyecite library code path (it would only be touched by matplotlib in optional/benchmark contexts). A failure to load would surface in CI.
Other factors
No bugs were flagged by the bug hunting system. The lock revision changes from 2 to 3, consistent with modern uv tooling. No code, tests, or configuration are modified.
Bumps pillow from 10.2.0 to 12.2.0.
Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (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 this major versionwill 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 versionwill 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 dependencywill 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.