From 84d67cf9f8286852b0524f4d3709256f263830e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:05:53 +0000 Subject: [PATCH 1/2] Bump sphinx-autodoc-typehints from 2.3.0 to 2.5.0 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.3.0 to 2.5.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/2.3.0...2.5.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 8e233a91..2a6b0638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ doc = [ "numpydoc==1.8.0", "myst-parser==4.0.0", "Sphinx==7.4.7", - "sphinx-autodoc-typehints==2.3.0", + "sphinx-autodoc-typehints==2.5.0", "sphinxcontrib-globalsubs==0.1.2", "sphinxcontrib-httpdomain==1.8.1", "sphinx-copybutton==0.5.2", From ea07ecc49d5390cdc66072f08a7640a9e35a9038 Mon Sep 17 00:00:00 2001 From: saimanikant Date: Fri, 15 Nov 2024 14:35:28 +0000 Subject: [PATCH 2/2] update Sphinx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a6b0638..fd9562ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ "nbsphinx==0.9.5", "numpydoc==1.8.0", "myst-parser==4.0.0", - "Sphinx==7.4.7", + "Sphinx==8.0.2", "sphinx-autodoc-typehints==2.5.0", "sphinxcontrib-globalsubs==0.1.2", "sphinxcontrib-httpdomain==1.8.1",