Skip to content

Update pydot requirement from <=3.0.4,>=1.4.1 to >=1.4.1,<=4.0.1#52

Open
dependabot[bot] wants to merge 5 commits into
ad/gha_init_releasefrom
dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1
Open

Update pydot requirement from <=3.0.4,>=1.4.1 to >=1.4.1,<=4.0.1#52
dependabot[bot] wants to merge 5 commits into
ad/gha_init_releasefrom
dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Jun 18, 2025
@dependabot dependabot Bot changed the base branch from ad/gha_fix to ad/test_release_cycle March 27, 2026 11:44
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 5685b70 to d28b127 Compare March 27, 2026 11:44
@dependabot dependabot Bot changed the base branch from ad/test_release_cycle to develop March 31, 2026 12:53
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from d28b127 to 92e3461 Compare March 31, 2026 12:53
AlexanderDokuchaev and others added 2 commits March 31, 2026 19:59
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dependabot dependabot Bot changed the base branch from develop to skill_release March 31, 2026 18:03
@dependabot dependabot Bot changed the base branch from skill_release to seo_skils March 31, 2026 19:14
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 92e3461 to 5b1ccbb Compare March 31, 2026 19:14
@AlexanderDokuchaev AlexanderDokuchaev force-pushed the seo_skils branch 6 times, most recently from 9e5ad90 to ce4afde Compare March 31, 2026 20:44
@dependabot dependabot Bot changed the base branch from seo_skils to develop April 10, 2026 08:32
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 5b1ccbb to 56b875a Compare April 10, 2026 08:32
@github-actions github-actions Bot added documentation Improvements or additions to documentation NNCF PT NNCF ONNX NNCF OpenVINO labels Apr 10, 2026
@dependabot dependabot Bot changed the base branch from develop to ad/worflow_link April 20, 2026 19:14
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 56b875a to 4650493 Compare April 20, 2026 19:14
@github-actions github-actions Bot removed documentation Improvements or additions to documentation NNCF PT NNCF ONNX NNCF OpenVINO NNCF PTQ labels Apr 20, 2026
@dependabot dependabot Bot changed the base branch from ad/worflow_link to ad/run_link_to_desc April 21, 2026 08:45
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 4650493 to 028cfd2 Compare April 21, 2026 08:45
@dependabot dependabot Bot changed the base branch from ad/run_link_to_desc to ad/ref_compare May 6, 2026 18:35
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from 028cfd2 to ff09d6d Compare May 6, 2026 18:35
AlexanderDokuchaev and others added 2 commits May 13, 2026 21:45
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] <support@github.com>
@dependabot dependabot Bot changed the base branch from ad/ref_compare to develop May 13, 2026 17:45
@dependabot dependabot Bot force-pushed the dependabot/pip/pydot-gte-1.4.1-and-lte-4.0.1 branch from ff09d6d to 18de614 Compare May 13, 2026 17:45
@dependabot dependabot Bot changed the base branch from develop to ad/gha_init_release May 13, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant