From be5747f94713bf79d3389284f04540f3a8e868d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 16:18:49 +0000 Subject: [PATCH] build(deps): bump sphinx-notfound-page from 1.0.4 to 1.1.0 Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 1.0.4 to 1.1.0. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.4...1.1.0) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-version: 1.1.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 5c0c8a666..8184be93f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ doc = [ "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2", - "sphinx-notfound-page==1.0.4", + "sphinx-notfound-page==1.1.0", "sphinx-gallery==0.19.0", ]