From 4c39d4197f5fe9cc44a738c84fff0888ac59adc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:03:50 +0000 Subject: [PATCH] Bump pygraphviz from 1.9 to 2.0 Bumps [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.9 to 2.0. - [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.9...pygraphviz-2.0) --- updated-dependencies: - dependency-name: pygraphviz dependency-version: '2.0' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2eddc36e8..82c32ed7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ffcx = "ffcx:__main__.main" [project.optional-dependencies] lint = ["ruff"] docs = ["sphinx", "pydata-sphinx-theme"] -optional = ["numba", "pygraphviz==1.9"] +optional = ["numba", "pygraphviz==2.0"] test = ["pytest >= 6.0", "sympy", "numba"] ci = [ "coveralls",