Skip to content

chore(deps): bump cairosvg from 2.8.2 to 2.9.0#1895

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/cairosvg-2.9.0
Closed

chore(deps): bump cairosvg from 2.8.2 to 2.9.0#1895
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/cairosvg-2.9.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps cairosvg from 2.8.2 to 2.9.0.

Changelog

Sourced from cairosvg's changelog.

Version 2.9.0 released on 2026-03-13

WARNING: this is a security update.

Using a lot of recursively nested use tags could lead to long rendering times with relatively small inputs. CairoSVG now stops rendering when more than 100k use tags are rendered.

Using the --unsafe option allows to render larger documents.

  • Drop support of Python 3.9, add support of Python 3.14
Commits
  • fe5cae5 Version 2.9.0
  • 6dde868 Abort when more than 100k referenced elements are rendered
  • a6b3a98 Cut long line again
  • ce8b51d Cut long line
  • b7818c9 Clarify unsafe option scope without removing security warning
  • See full diff in compare view

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
Updates the docs dependency set and lockfile resolution, including a CairoSVG security bump and changed Python version/marker constraints that could affect documentation builds across Python versions.

Overview
Dependency lockfile refresh for docs tooling. Bumps optional cairosvg from 2.8.2 to 2.9.0 (now python-versions >=3.10) and updates the locked artifact hashes.

Also simplifies lock resolution by removing Python-version-split entries/markers for several docs dependencies (notably ipython, markdown-it-py, myst-parser, sphinx-design, sphinx-prompt) and normalizing a colorama Windows marker, which may change what gets installed for docs across Python versions.

Written by Cursor Bugbot for commit 27415c1. This will update automatically on new commits. Configure here.

Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/Kozea/CairoSVG/releases)
- [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst)
- [Commits](Kozea/CairoSVG@2.8.2...2.9.0)

---
updated-dependencies:
- dependency-name: cairosvg
  dependency-version: 2.9.0
  dependency-type: direct:production
...

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 Mar 13, 2026
Copy link

@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 1 potential issue.

Fix All in Cursor

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

optional = false
python-versions = ">=3.10"
groups = ["main", "dev"]
markers = "python_version == \"3.10\""
Copy link

Choose a reason for hiding this comment

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

Unintended IPython major version downgrade for Python 3.11+

Medium Severity

The lockfile re-resolution collapsed version-split entries, downgrading several packages for Python 3.11+ users. ipython drops from 9.10.0 to 8.38.0 (major version downgrade, marker python_version == "3.10" removed), myst-parser from 5.0.0 to 4.0.1, markdown-it-py from 4.0.0 to 3.0.0, sphinx-design from 0.7.0 to 0.6.1, and sphinx-prompt from 1.10.2 to 1.9.0. The ipython-pygments-lexers package is also removed entirely. These are unintended collateral changes in a PR that only intends to bump cairosvg.

Additional Locations (2)
Fix in Cursor Fix in Web

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2026

Looks like cairosvg is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 14, 2026
@dependabot dependabot bot deleted the dependabot/pip/cairosvg-2.9.0 branch March 14, 2026 15:41
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