From 2d1cea0c5ad4fbf098ab1f91757e3debdbae81f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:15:49 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-autodoc-typehints from 1.24.0 to 1.24.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.24.0 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 aa7c1a4e..368c4648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "numpydoc==1.6.0", "sphinx==7.2.6", "sphinx-autoapi==3.0.0", - "sphinx-autodoc-typehints==1.24.0", + "sphinx-autodoc-typehints==1.24.1", "sphinx-copybutton==0.5.1", ]