DEEPScreen icon indicating copy to clipboard operation
DEEPScreen copied to clipboard

Bump cairosvg from 2.5.1 to 2.7.0 in /bin

Open dependabot[bot] opened this issue 2 months ago • 0 comments

Bumps cairosvg from 2.5.1 to 2.7.0.

Release notes

Sourced from cairosvg's releases.

2.7.0

WARNING: this is a security update.

When processing SVG files, CairoSVG could access other files online, possibly leading to very long renderings or other security problems.

This feature is now disabled by default. External resources can still be accessed using the "unsafe" or the "url_fetcher" parameter.

2.6.0

  • Drop support of Python 3.5 and 3.6, add support of Python 3.9, 3.10 and 3.11
  • Support crispEdges value for text antialiasing
  • Don’t crash when including CMYK images
  • Only update docstrings when not optimized
  • Don’t restore current point after empty paths
  • Assume that 1ch equals 0.5em
  • Fix various deprecation warnings

2.5.2

  • Fix marker path scale
Changelog

Sourced from cairosvg's changelog.

Version 2.7.0 released on 2023-03-20

WARNING: this is a security update.

When processing SVG files, CairoSVG could access other files online, possibly leading to very long renderings or other security problems.

This feature is now disabled by default. External resources can still be accessed using the "unsafe" or the "url_fetcher" parameter.

Version 2.6.0 released on 2023-01-12

  • Drop support of Python 3.5 and 3.6, add support of Python 3.9, 3.10 and 3.11
  • Support crispEdges value for text antialiasing
  • Don’t crash when including CMYK images
  • Only update docstrings when not optimized
  • Don’t restore current point after empty paths
  • Assume that 1ch equals 0.5em
  • Fix various deprecation warnings

Version 2.5.2 released on 2021-03-06

  • Fix marker path scale
Commits
  • 33007d4 Version 2.7.0
  • 12d31c6 Don’t allow fetching external files unless explicitly asked for
  • 58be378 Update Actions
  • f5170f8 Version 2.6.0
  • c25a7bf Merge pull request #372 from mscroggs/mscroggs/python-311-deprecation-warning
  • 9f501df Didn't mean to add -W error
  • 1fdbcd1 Remove python 3.6 (beyond end-of-life) and add python 3.11
  • 520968f getdefaultlocale -> getlocale
  • adf1fd4 Use pytest instead of setup.py test in README
  • 121420d Fully remove pytest command
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

dependabot[bot] avatar Apr 28 '24 17:04 dependabot[bot]