From 7721fa1753442786ba748256e6fa2a99eef1c578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:11:56 +0000 Subject: [PATCH] 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 19ad63a..e9704f5 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 109a2a9..845b6a7 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)