From 10d6ef7c58e2300254be1dda7901d7796570278a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:30:20 +0000 Subject: [PATCH] build(deps): bump sphinx-notfound-page from 1.0.4 to 1.1.0 in /_package 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- _package/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_package/pyproject.toml b/_package/pyproject.toml index 0f60f8578..efed6cb8c 100644 --- a/_package/pyproject.toml +++ b/_package/pyproject.toml @@ -49,7 +49,7 @@ doc = [ "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", - "sphinx-notfound-page==1.0.4", + "sphinx-notfound-page==1.1.0", "sphinx-gallery==0.18.0", ] [tool.flit.module]