From d47677898ec3bdb623165151a5891773807787bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:42:50 +0000 Subject: [PATCH] Bump sphinx-notfound-page from 1.0.2 to 1.0.4 Bumps [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) from 1.0.2 to 1.0.4. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.2...1.0.4) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b516d87..bd4dfb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ "pydata-sphinx-theme==0.15.4", "sphinx==7.3.7", "sphinx_copybutton==0.5.2", - "sphinx-notfound-page==1.0.2", + "sphinx-notfound-page==1.0.4", ] [project.entry-points."pytest11"]