Skip to content

Bump pydot from 3.0.4 to 4.0.1 in /src - #17

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/src/pydot-4.0.1
Open

Bump pydot from 3.0.4 to 4.0.1 in /src#17
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/src/pydot-4.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 25, 2026

Copy link
Copy Markdown

Bumps pydot from 3.0.4 to 4.0.1.

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)
Commits

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)

Bumps [pydot](https://github.com/pydot/pydot) from 3.0.4 to 4.0.1.
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v3.0.4...v4.0.1)

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

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 Feb 25, 2026
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