Skip to content

Bump graphviz from 0.20.1 to 0.21 in /requirements #2372

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps graphviz from 0.20.1 to 0.21.

Changelog

Sourced from graphviz's changelog.

Version 0.21

Drop Python 3.8 support (end of life 7 Oct 2024).

Tag Python 3.13 support.

Add support for format='svg_inline', available since upstream Graphviz 10.0.1. Produces header-less SVG suitable for inlining into HTML (see https://www.graphviz.org/docs/outputs/svg/).

Switch project to pyproject.toml and build to python -m build) (https://build.pypa.io). This changes the source distribution formar from .zip to PEP 625 compliant .tar.gz (https://peps.python.org/pep-0625/).

Version 0.20.3

Revert improvements to the internal tools.deprecate_positional_args() decorator that caused false positive PendingDeprecationWarning: The signature of ... will be reduced warnings that have been misinterpreted in the 0.20.2 release process.

Version 0.20.2

Drop Python 3.7 support (end of life 27 Jun 2023).

Tag Python 3.11 and 3.12 support.

Add caveat about labe escaping/quoting to .node() and .render() API docs.

Document that doctest_skip_exe() lines in doctest should be ignored.

Improve internal tools.deprecate_positional_args() decorator and fix incorect test assertion.

Update GitHub actions.

Pin pytest test dependency to <8.1 as a workaround for import file mismatch error related to conftest.py files, in pytest 8.1.1, see pytest-dev/pytest#12123.

Commits
  • 19b16bf release 0.21
  • 45da7c2 document removal of Python 3.8 support and tagging of Python 3.13 support
  • 2f3204a docmument new format='svg_inline' and add test coverage
  • fb70498 bump version for switch to pyproject.toml and https://build.pypa.io
  • bff786f Add svg_inline to formats.py
  • 421925a update build instructions for https://build.pypa.io
  • 77769e7 actually make lint-code.py respect pyroject.toml configuration
  • 8a3a2b7 make lint-code.py respect pyroject.toml configuration
  • ac77cf0 fix coverage section name
  • 115ad34 replace setup.py, setup.cfg, and tox.ini with pyproject.toml
  • Additional commits viewable in compare view

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

Bumps [graphviz](https://github.com/xflr6/graphviz) from 0.20.1 to 0.21.
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.rst)
- [Commits](xflr6/graphviz@0.20.1...0.21)

---
updated-dependencies:
- dependency-name: graphviz
  dependency-version: '0.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Jun 16, 2025
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.09%. Comparing base (e3fa246) to head (24161d1).
Report is 5 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2372      +/-   ##
==========================================
- Coverage   84.13%   84.09%   -0.05%     
==========================================
  Files          91       91              
  Lines       10529    10529              
==========================================
- Hits         8859     8854       -5     
- Misses       1670     1675       +5     

@PProfizi PProfizi merged commit 5364fe7 into master Jun 17, 2025
80 of 82 checks passed
@PProfizi PProfizi deleted the dependabot/pip/requirements/graphviz-0.21 branch June 17, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant