From 21337ffbb94bd652a74e2a072c4ec6de60dd6348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 06:05:44 +0000 Subject: [PATCH] Bump sphinx-autodoc-typehints from 1.22 to 1.23.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.22 to 1.23.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.23.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 3700361ab..601655221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -300,7 +300,7 @@ dev = [ "pytest==7.3.0", "requests-mock-flask==2023.3.5.1", "ruff==0.0.261", - "sphinx-autodoc-typehints==1.22", + "sphinx-autodoc-typehints==1.23.0", "sphinx-prompt==1.5.0", "sphinx_paramlinks==0.5.4", "sphinxcontrib-httpdomain==1.8.1",