Skip to content

Update dependency graphviz to >=0.21,<0.22.0#23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphviz-0.x
Open

Update dependency graphviz to >=0.21,<0.22.0#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/graphviz-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Confidence
graphviz (changelog) >=0.13.2,<0.21.0>=0.21,<0.22.0 age confidence

Release Notes

xflr6/graphviz (graphviz)

v0.21

Compare Source

Drop Python 3.8 support (end of life 2024-10-07).

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 format from .zip
to PEP 625 compliant .tar.gz (https://peps.python.org/pep-0625/).

v0.20.3

Compare Source

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.

v0.20.2

Compare Source

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

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Oct 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


The current project's supported Python range (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - graphviz requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9

Because no versions of graphviz match >0.21,<0.22.0
 and graphviz (0.21) requires Python >=3.9, graphviz is forbidden.
So, because diagrams-ext depends on graphviz (>=0.21,<0.22.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For graphviz, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants