From 1bd7a7caafc2e54cf58dd9437bd9395aaf4380ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:27:18 +0000 Subject: [PATCH] Bump sphinx-substitution-extensions from 2024.2.25 to 2024.8.6 Bumps [sphinx-substitution-extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions) from 2024.2.25 to 2024.8.6. - [Release notes](https://github.com/adamtheturtle/sphinx-substitution-extensions/releases) - [Changelog](https://github.com/adamtheturtle/sphinx-substitution-extensions/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/sphinx-substitution-extensions/compare/2024.02.25...2024.08.06) --- updated-dependencies: - dependency-name: sphinx-substitution-extensions 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 c60dfe920..729e364a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ optional-dependencies.dev = [ "sphinx==7.4.7", "sphinx-copybutton==0.5.2", "sphinx-paramlinks==0.6", - "sphinx-substitution-extensions==2024.2.25", + "sphinx-substitution-extensions==2024.8.6", "sphinx-toolbox==3.7.0", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8",