From c0f5026aaf1ce83e134f1be293b0e4c64764aa64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:35:38 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 3.0.1 to 3.6.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 3.0.1 to 3.6.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.0.1...3.6.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06de53d..b41c931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "sphinx>=5.3.0", "sphinx-argparse==0.5.2", "sphinx_rtd_theme==3.0.2", - "sphinx-autodoc-typehints==3.0.1", + "sphinx-autodoc-typehints==3.6.1", ] dev = ["tqdm", "pybel", "pebble", "maggma"] tests = ["pytest", "pytest-cov", "pytest-xdist"]