chore(deps): bump pillow from 12.1.1 to 12.2.0#1988
chore(deps): bump pillow from 12.1.1 to 12.2.0#1988dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ 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.
| @@ -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. | |||
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit dbe30e3. Configure here.
| optional = false | ||
| python-versions = ">=3.10" | ||
| groups = ["main", "dev"] | ||
| markers = "python_version == \"3.10\"" |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit dbe30e3. Configure here.
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
1 similar comment
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |


Bumps pillow from 12.1.1 to 12.2.0.
Release 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 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.
Note
Medium Risk
Dependency lockfile regeneration upgrades
pillowand 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.lockwith an updated resolver, upgradingpillowfrom12.1.1to12.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.