From 81cf10f175baf71f719f27e6b47968fc7abe0df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:03:33 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.11.1 to 1.21.8 in /src Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.11.1 to 1.21.8. - [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.8) --- 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..3a407f0 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.8", "sphinx_copybutton==0.3.1", "ipykernel~=5.3", ]