From 54d48dda27208f69a06b6bce8af9102a1c076623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:14:12 +0000 Subject: [PATCH] build(deps): bump sphinx-autodoc-typehints from 2.2.0 to 2.4.4 in /docs Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.2.0 to 2.4.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/2.2.0...2.4.4) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0cddcdc8..e971cdc5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx-autobuild==2024.4.16 -sphinx-autodoc-typehints==2.2.0 +sphinx-autodoc-typehints==2.4.4 sphinx-rtd-theme==2.0.0 sphinx==7.3.7