Skip to content

Update pydot requirement from <3,>=1.4.1 to >=1.4.1,<5 #2118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Updates the requirements on pydot to permit the latest version.

Changelog

Sourced from pydot's changelog.

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)

Added:

  • All to_string() methods now accept an indent keyword argument, which can be either a number or a string. indentation=4 will indent each level of the output with four spaces. indentation=" " will indent each level by that many spaces. Other whitespace is also valid, e.g. indent="\t" for tab indents. (#359)

Changed:

  • Fixed quoting of identifiers with dots. (#419)
  • Fixed quoting of leading-numeral strings (strings starting with a number). (#411)
  • Fixed pickling/copying of Dot objects. (#403)

... (truncated)

Commits
  • b7b5ea7 Preparing release 4.0.0
  • 167e468 Exclude .coveragerc from MANIFEST.in
  • afb22d3 Fix py.typed declaration in MANIFEST.in
  • 8fc4016 Fix deprecated license declarations
  • 29fce63 Prepare changelog for 4.0.0 (#468)
  • 27e8b78 Bump actions/setup-python from 5.4.0 to 5.6.0 (#472)
  • 5e2cafa Bump github/codeql-action from 3.28.8 to 3.28.16 (#471)
  • ab8bec1 Type edge endpoints, tighten getter typing, and improve suppress_disconnected...
  • b047797 Fix complex edge parsing (#467)
  • 7dd60c3 dot_parser: Define parser elements in a class (#464)
  • Additional commits viewable in compare view

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

---
updated-dependencies:
- dependency-name: pydot
  dependency-version: 4.0.0
  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 May 5, 2025
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.03%. Comparing base (f94719e) to head (4c6cf9d).

❗ There is a different number of reports uploaded between BASE (f94719e) and HEAD (4c6cf9d). Click for more details.

HEAD has 5 uploads less than BASE
Flag BASE (f94719e) HEAD (4c6cf9d)
16 11
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2118       +/-   ##
===========================================
- Coverage   84.69%   55.03%   -29.67%     
===========================================
  Files          46       46               
  Lines        8364     8364               
  Branches     1961     1961               
===========================================
- Hits         7084     4603     -2481     
- Misses        809     3263     +2454     
- Partials      471      498       +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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