From 5e0e07421b26ffcb302b99dc1e0031e26a47ce34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:21:13 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 2.3.0 to 3.0.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.0.1 dependency-type: direct:development 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 3225b12..ce8b99a 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ "sphinx>=5.3.0", "sphinx-argparse==0.5.2", "sphinx_rtd_theme==3.0.2", - "sphinx-autodoc-typehints==2.3.0", + "sphinx-autodoc-typehints==3.0.1", ], "dev": ["tqdm", "pybel", "pebble", "maggma"], "tests": ["pytest==8.3.3", "pytest-cov==6.1.1"],