From 57eff7dfd9ac259027ad744bd307781da501ed17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:57:03 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.25.2 to 1.25.3 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.25.2 to 1.25.3. - [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.25.2...1.25.3) --- 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 afce0e7c7..19e2bbbc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -331,7 +331,7 @@ dev = [ "requests-mock-flask==2023.5.14", "ruff==0.1.14", "Sphinx==7.2.6", - "sphinx-autodoc-typehints==1.25.2", + "sphinx-autodoc-typehints==1.25.3", "sphinx-prompt==1.8", "Sphinx-Substitution-Extensions==2022.2.16", "sphinx-toolbox==3.5",