Skip to content

MAINT: upgrade pydot#328

Draft
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/lock-ee618ff2a0
Draft

MAINT: upgrade pydot#328
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/lock-ee618ff2a0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

Bumps the lock group with 1 update: pydot.

Updates pydot from 1.4.2 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)

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the lock group with 1 update: [pydot](https://github.com/pydot/pydot).


Updates `pydot` from 1.4.2 to 4.0.1
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v1.4.2...v4.0.1)

---
updated-dependencies:
- dependency-name: pydot
  dependency-version: 4.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lock
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ⬆️ Lock This PR upgrades the lock files label Feb 6, 2026
@redeboer redeboer self-requested a review February 6, 2026 14:53
@redeboer redeboer changed the title Bump the "lock" group with 1 updates across multiple ecosystems ENH: upgrade pydot Feb 6, 2026
@redeboer redeboer changed the title ENH: upgrade pydot MAINT: upgrade pydot Feb 6, 2026
@redeboer redeboer marked this pull request as draft February 6, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⬆️ Lock This PR upgrades the lock files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant