From 21f397c36317c057c41831b8980ba665e5df0231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:21:55 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.24 to 1.24.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.24 to 1.24.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.24.0...1.24.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb92a5176..3d39f9cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -312,7 +312,7 @@ dev = [ "requests-mock-flask==2023.5.14", "ruff==0.1.3", "Sphinx==7.2.6", - "sphinx-autodoc-typehints==1.24", + "sphinx-autodoc-typehints==1.24.1", "sphinx-prompt==1.8", "Sphinx-Substitution-Extensions==2022.2.16", "sphinx-toolbox==3.5",