From 815811b2011f948310ebfeff1de8cbaa667a3080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:10:10 +0000 Subject: [PATCH] chore(deps): update dependency sphinx-autodoc-typehints to v3.7.0 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6b86858..f30028c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "sphinx==8.1.3", "sphinx-rtd-theme>=3.0.0", "sphinx_immaterial>=0.13.8", - "sphinx-autodoc-typehints==3.0.1", + "sphinx-autodoc-typehints==3.7.0", "sphinx-copybutton>=0.5.2", "myst-parser>=4.0.1", # Type checking diff --git a/requirements-dev.txt b/requirements-dev.txt index ba124ff..7292e67 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,7 +108,7 @@ sphinx==8.1.3 # sphinx-immaterial # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-autodoc-typehints==3.0.1 +sphinx-autodoc-typehints==3.7.0 # via pyUSPTO (pyproject.toml) sphinx-copybutton==0.5.2 # via pyUSPTO (pyproject.toml)