From a76c0e98aa37dde65b84c11cc4e72967421155db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:53:20 +0000 Subject: [PATCH] Bump sphinx-sitemap from 2.5.1 to 2.7.1 Bumps [sphinx-sitemap](https://github.com/jdillard/sphinx-sitemap) from 2.5.1 to 2.7.1. - [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.5.1...v2.7.1) --- updated-dependencies: - dependency-name: sphinx-sitemap dependency-version: 2.7.1 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 d724b7f..e92ad2e 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.5.1", + "sphinx-sitemap==2.7.1", "sphinx-tabs==3.4.5", "sphinx-togglebutton==0.3.2", "sphinxcontrib-youtube==1.4.1",