From 522ae7fbd604583eaefc9a81e423ca0f5308ae40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:35:31 +0000 Subject: [PATCH] MAINT: Bump sphinx-autodoc-typehints from 1.22.0 to 1.24.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.22.0 to 1.24.0. - [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.22...1.24.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 593e08c..1e1131c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "numpydoc==1.5.0", "Sphinx==7.1.1", "sphinx-autoapi==2.1.1", - "sphinx-autodoc-typehints==1.22.0", + "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2", ]