Bump pillow from 12.2.0 to 12.3.0 in the pip group across 1 directory - #44
Bump pillow from 12.2.0 to 12.3.0 in the pip group across 1 directory#44dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow). Updates `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: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Revisão automática — PR #44
PR avaliado na íntegra: atualização do Dependabot de pillow==12.2.0 → pillow==12.3.0 em requirements-lock.txt. Pillow é dependência transitiva do Matplotlib (usado para geração de figuras); o projeto não importa Pillow diretamente.
Pontos encontrados
-
🟢 Elogio — bump de segurança bem direcionado: a 12.3.0 corrige múltiplos CVEs (incl. decompression bombs em PDF/FontFile/GD, OOB read/write em filtros/crop/paste,
ImageCmsTransform, e injeção emWindowsViewer.get_command). Para um pipeline que gera figuras via Matplotlib, manter o lock atualizado é apropriado. -
🟢 Elogio — escopo mínimo e correto: apenas
requirements-lock.txtfoi alterado, que é exatamente o arquivo usado no fluxo de reprodução travada documentado emdocs/reproducibility.md.requirements.txtepyproject.tomlnão precisam de mudança (Pillow não é dependência direta). -
🟡 Sugestão — CI não valida o lock file: o workflow
.github/workflows/reproduce.ymlinstala viapip install -e ".[dev]", não viarequirements-lock.txt. Isso é decisão pré-existente do repositório, mas significa que este bump não é exercitado automaticamente no CI. Os testes locais passaram (138/138), e o risco de regressão é baixo por ser patch de segurança dentro da mesma major. -
🟡 Sugestão — impacto operacional desprezível: nenhuma API do projeto muda; o único efeito é o ambiente reproduzível ficar alinhado com correções de segurança. Não há necessidade de testes adicionais além do CI existente.
Ajustes automáticos
Nenhum. O diff está correto e não exige alteração de código.
Veredito
Sem bloqueios. Recomendo merge após CI verde.
Sent by Cursor Automation: Revisor


Bumps the pip group with 1 update in the / directory: pillow.
Updates
pillowfrom 12.2.0 to 12.3.0Release notes
Sourced from pillow's releases.
... (truncated)
Commits
bb1d8e812.3.0 version bumpe63fc48Add release notes for SBOM and performance improvements (#9747)13b701bAdd release notes for #96795564ca7List methodsa0920fdSpeed up ImageChops operations (#9738)07e9a6cSpeed upImage.filter()(#9736)a94578cSpeed upImage.getchannel(),Image.merge(),Image.putalpha()and `Image...53e02c4Speed upImage.fill(),Image.linear_gradient()and `Image.radial_gradient...af03747Speed upImage.resample()(#9739)5c9ca56Speed upalpha_composite,matrix,negative,quantize(#9740)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.