From cef4ef749b808316c0ae900c194adb23205a2931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:08:53 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.11.1 to 1.21.4 in /src Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.11.1 to 1.21.4. - [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.11.1...1.21.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index c6267cf..c83e224 100644 --- a/src/setup.py +++ b/src/setup.py @@ -57,7 +57,7 @@ "nbsphinx==0.8.1", "nbstripout==0.3.3", "recommonmark==0.7.1", - "sphinx-autodoc-typehints==1.11.1", + "sphinx-autodoc-typehints==1.21.4", "sphinx_copybutton==0.3.1", "ipykernel~=5.3", ]