From fe715c92e8051a4f0d03682900e50f03a5347f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:43:20 +0000 Subject: [PATCH] Bump pygraphviz from 1.14 to 2.0.1 Bumps [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.14 to 2.0.1. - [Release notes](https://github.com/pygraphviz/pygraphviz/releases) - [Changelog](https://github.com/pygraphviz/pygraphviz/blob/main/RELEASE.rst) - [Commits](https://github.com/pygraphviz/pygraphviz/compare/pygraphviz-1.14...pygraphviz-2.0.1) --- updated-dependencies: - dependency-name: pygraphviz dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88ecb46..51250bf 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ with open("README.md", encoding="utf-8") as readme: install_requires=[ "PyYAML", "diagrams", - "pygraphviz==1.14", + "pygraphviz==2.0.1", "graphviz2drawio", ], packages=[],