From 18025b23e5ac733b4e41270d87783e337d1ff3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 16:04:21 +0000 Subject: [PATCH] Bump sphinx-sitemap from 2.7.2 to 2.9.0 Bumps [sphinx-sitemap](https://github.com/jdillard/sphinx-sitemap) from 2.7.2 to 2.9.0. - [Release notes](https://github.com/jdillard/sphinx-sitemap/releases) - [Changelog](https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jdillard/sphinx-sitemap/compare/v2.7.2...v2.9.0) --- updated-dependencies: - dependency-name: sphinx-sitemap dependency-version: 2.9.0 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 47ce28f..c602f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "sphinx==7.2.6", "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", - "sphinx-sitemap==2.7.2", + "sphinx-sitemap==2.9.0", "sphinx-tabs==3.4.5", "sphinx-togglebutton==0.3.2", "sphinxcontrib-youtube==1.4.1",