Skip to content

chore(deps): bump pillow from 12.1.1 to 12.2.0#1988

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pillow-12.2.0
Open

chore(deps): bump pillow from 12.1.1 to 12.2.0#1988
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pillow-12.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps pillow from 12.1.1 to 12.2.0.

Release notes

Sourced from pillow's releases.

12.2.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html

Documentation

Dependencies

Testing

Other changes

... (truncated)

Commits

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.

Note

Medium Risk
Dependency lockfile regeneration upgrades pillow and adjusts a number of environment markers/resolutions, which could change runtime behavior across Python versions and platforms even though no application code changed.

Overview
Regenerates poetry.lock with an updated resolver, upgrading pillow from 12.1.1 to 12.2.0.

The lockfile also reworks dependency metadata/markers (platform and Python-version conditions), including collapsing/removing several Python-version-split entries (notably in the docs/Jupyter toolchain) and normalizing marker expressions, which may affect which transitive packages get installed in different environments.

Reviewed by Cursor Bugbot for commit dbe30e3. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [pillow](https://github.com/python-pillow/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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit dbe30e3. Configure here.

Comment thread poetry.lock
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs-only dependency markers removed, broadening install scope

High Severity

The lock file was regenerated by Poetry 2.2.1 (downgraded from 2.3.1), which removed markers = {main = "extra == \"docs\""} from approximately 60 packages (e.g., anyio, jinja2, httpx, tornado, jupyter-server, nbconvert, beautifulsoup4, etc.). These packages were previously only installed when the docs extra was enabled, but are now installed unconditionally for all users. This significantly bloats the default installation with documentation-only transitive dependencies that regular users don't need.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dbe30e3. Configure here.

Comment thread poetry.lock
optional = false
python-versions = ">=3.10"
groups = ["main", "dev"]
markers = "python_version == \"3.10\""
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple packages silently downgraded for Python 3.11+

Medium Severity

The Poetry version downgrade collapsed per-Python-version package resolution into single older versions. Python 3.11+ users now get ipython 8.38.0 instead of 9.x, sphinx 8.1.3 instead of 8.2.3, myst-parser 4.0.1 instead of 5.0.0, pydata-sphinx-theme 0.15.4 instead of 0.16.1, and sphinx-book-theme 1.1.4 instead of 1.2.0. Several packages were also removed entirely (ipython-pygments-lexers, roman-numerals, roman-numerals-py).

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dbe30e3. Configure here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2026

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2026

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants