Skip to content

Update svg-path requirement from <7.0 to <8.0#157

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/svg-path-lt-8.0
Open

Update svg-path requirement from <7.0 to <8.0#157
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/svg-path-lt-8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on svg-path to permit the latest version.

Changelog

Sourced from svg-path's changelog.

7.1 (2026-07-07)

  • Better handling of tangents of paths that start with a Move()

  • Add a lengths() method on the Path class.

  • Reset the cached segment fractions when a Path is re-measured, so that mutating a Path (via del/setitem/insert/slice assignment) and calling point()/tangent() again returns correct results instead of wrong coordinates or an IndexError.

7.0 (2025-07-06)

  • Make the Move class a Path Segment, for type annotation consistency. If anyone is using isinstance() expecting that only draw commands are PathSegments, this will break that. Instead the test has to be explicitly that it is NOT a Move segment.

  • Paths can now be sliced to return Paths.

6.4b1 (2025-02-27)

  • Improved test reliability [bdrung]

  • Added type annotations. [udifuchs]

6.3 (2023-04-29)

  • Fixed serialization of 'H'/'h' command.

  • New boundingbox() methods allow you to get the boundingbox() for paths.[twjang]

  • Tests are now outside the source directory, which is common practice now.

  • Drops Python 3.6 and 3.7, adds support for 3.10 and 3.11.

6.2 (2022-06-17)

  • Allow numbers with decimal point but no decimals, because other parsers do.

  • Re-enabled the README.rst doctest, which got lost when switching to pytest.

... (truncated)

Commits

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)

Review in cubic

Updates the requirements on [svg-path](https://github.com/regebro/svg.path) to permit the latest version.
- [Changelog](https://github.com/regebro/svg.path/blob/master/CHANGES.txt)
- [Commits](regebro/svg.path@1.0b1...7.1)

---
updated-dependencies:
- dependency-name: svg-path
  dependency-version: '7.1'
  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 Jul 13, 2026
@sonarqubecloud

Copy link
Copy Markdown

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