From d655697828825ca462c31f95def90ecfaed816d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:50:10 +0000 Subject: [PATCH] build(deps): bump sphinx-new-tab-link from 0.7.0 to 0.8.0 Bumps [sphinx-new-tab-link](https://github.com/ftnext/sphinx-new-tab-link) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/ftnext/sphinx-new-tab-link/releases) - [Commits](https://github.com/ftnext/sphinx-new-tab-link/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: sphinx-new-tab-link 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 7a2b8e5a..a077371c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ docs = [ "shibuya==2025.3.24", "sphinx==8.2.3", "sphinx-copybutton==0.5.2", - "sphinx-new-tab-link==0.7.0", + "sphinx-new-tab-link==0.8.0", ] tests = [ "numpy==2.2.4 ; sys_platform == 'linux' and python_version == '3.13'",