From 5ec7e1074f47737d30717e34f671072a3a90d827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:02:24 +0900 Subject: [PATCH] Bump sphinx-notfound-page from 1.0.0 to 1.0.2 (#128) Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 1.0.0 to 1.0.2. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.0...1.0.2) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b81850c..e5b851a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ "pydata-sphinx-theme==0.15.2", "sphinx==7.3.7", "sphinx_copybutton==0.5.2", - "sphinx-notfound-page==1.0.0", + "sphinx-notfound-page==1.0.2", ] [project.entry-points."pytest11"]