From 03181eaad35988152218ac8d34effa05ec50a10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:43:11 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-new-tab-link from 0.8.1 to 0.8.2 Bumps [sphinx-new-tab-link](https://github.com/ftnext/sphinx-new-tab-link) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/ftnext/sphinx-new-tab-link/releases) - [Commits](https://github.com/ftnext/sphinx-new-tab-link/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: sphinx-new-tab-link dependency-version: 0.8.2 dependency-type: direct:development 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 f1a7645b..33f8043e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ docs = [ "shibuya==2026.7.12 ; python_version >= '3.12'", "sphinx==9.1.0 ; python_version >= '3.12'", "sphinx-copybutton==0.5.2 ; python_version >= '3.12'", - "sphinx-new-tab-link==0.8.1 ; python_version >= '3.12'", + "sphinx-new-tab-link==0.8.2 ; python_version >= '3.12'", ] tests = [ "numpy==2.4.3 ; python_version >= '3.12'",