From 423078286c020a3047b71b78a35cf224a7369664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:47:06 +0000 Subject: [PATCH] Update sphinx-notfound-page requirement from >=1.0.0rc1 to >=1.1.0 Updates the requirements on [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.0rc1...1.1.0) --- updated-dependencies: - dependency-name: sphinx-notfound-page dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index def272d5c..0e6f2db24 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ sphinx-github-changelog -sphinx-notfound-page>=1.0.0rc1 +sphinx-notfound-page>=1.1.0 sphinx-rtd-theme sphinxcontrib-openapi # No module named 'inflection'