Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 18, 2025

Updates the requirements on pydot to permit the latest version.

Changelog

Sourced from pydot's changelog.

4.0.1 (2025-06-17)

Fixed:

  • Updated pyparsing to >=3.1.0. Required for pydot to function correctly. (#477)
  • Parser: Fixed 'strict' handling. (#480) The parser wasn't capturing the 'strict' keyword when parsing dot data. Now it does.
  • Parser: Support backslash continuation in quoted IDs. (#487)
  • Parser: Support +-concatenated quoted strings. (#490)

4.0.0 (2025-05-04)

Added:

  • Added initial type annotations. (#430) There are still a lot of Anys, but Pydot now officially supports type annotations.
  • Added (fixed) complex edge parsing. (#467) The parser now supports edges that contain subgraph endpoints.

Changed:

  • Simplify Common.get_top_graph_type with a default. (#437)
  • Define parser elements in a separate GraphParser class. (#464) It's a user-transparent change, but now it's easier to debug, test, and modify the parser. See the related Pull Request for more information.
  • Improve return values and typing of setters and getters. (#470)

Fixed:

  • Avoid subprocess window creation within call_graphviz on Windows. (#431)
  • Removed a blank line inserted after subgraphs in the to_string() output. (#434)
  • Fixed the issue where the parser breaks off lines at hash symbol following a HTML tag (#451)

Removed:

  • Removed old, unused Common.__get_attribute__. (#426)

3.0.4 (2025-01-05)

  • Fixed capitalized keywords in labels being unquoted. (#449, #450)

3.0.3 (2024-11-30)

  • Fixed numeric quoting behavior. (#439)

3.0.2 (2024-09-25)

... (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 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)

Updates the requirements on [pydot](https://github.com/pydot/pydot) to permit the latest version.
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v1.4.1...v4.0.1)

---
updated-dependencies:
- dependency-name: pydot
  dependency-version: 4.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants