From 7402c68725399c6e4734e007d9471846f7657c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:12:19 +0000 Subject: [PATCH] chore(deps-dev): update graphviz requirement from >=0.20.1 to >=0.21 Updates the requirements on [graphviz](https://github.com/xflr6/graphviz) to permit the latest version. - [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.rst) - [Commits](https://github.com/xflr6/graphviz/compare/0.20.1...0.21) --- updated-dependencies: - dependency-name: graphviz dependency-version: '0.21' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 06d97a03..6f8d007c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ matplotlib>=3.3.0 sphinx-hoverxref sphinx-rtd-theme>=1.0.0 sphinx-design>=0.3.0 -graphviz>=0.20.1 +graphviz>=0.21 pytest>=7.0.0 pytest-cov>=4.0.0 black>=23.0.0