bazaar
bazaar copied to clipboard
Bump cairosvg from 2.5.2 to 2.7.0 in /requirements
Bumps cairosvg from 2.5.2 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
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
Commits
33007d4
Version 2.7.012d31c6
Don’t allow fetching external files unless explicitly asked for58be378
Update Actionsf5170f8
Version 2.6.0c25a7bf
Merge pull request #372 from mscroggs/mscroggs/python-311-deprecation-warning9f501df
Didn't mean to add -W error1fdbcd1
Remove python 3.6 (beyond end-of-life) and add python 3.11520968f
getdefaultlocale -> getlocaleadf1fd4
Use pytest instead of setup.py test in README121420d
Fully remove pytest command- Additional commits viewable in compare view
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 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.