From 14d461feb2f4694616efae27280173613af307c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:23:11 +0000 Subject: [PATCH 1/2] build(deps): bump sphinx-autodoc-typehints in /_package Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 2.5.0 to 3.1.0. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.5.0...3.1.0) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0f60f8578..7d4ce0988 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -47,7 +47,7 @@ doc = [ "pytest-sphinx==0.6.3", "pyyaml==6.0.2", "sphinx-autobuild==2024.10.3", - "sphinx-autodoc-typehints==2.5.0", + "sphinx-autodoc-typehints==3.1.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.0.4", "sphinx-gallery==0.18.0", From 95476223be80793bc3cb942dcba1c7c7d2d3b98c Mon Sep 17 00:00:00 2001 From: Camille Latapie <78221213+clatapie@users.noreply.github.com> Date: Fri, 4 Jul 2025 18:06:17 +0200 Subject: [PATCH 2/2] Update _package/pyproject.toml --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 2e0e33cb9..7f4f66569 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -47,7 +47,7 @@ doc = [ "pytest-sphinx==0.6.3", "pyyaml==6.0.2", "sphinx-autobuild==2024.10.3", - "sphinx-autodoc-typehints==3.1.0", + "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2", "sphinx-notfound-page==1.1.0", "sphinx-gallery==0.19.0",