From 727194c6dde921ab613ce8e5dd8e10a83ee0d7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:41:47 +0000 Subject: [PATCH] build(deps): update sphinx requirement from <8.0.0 to <9.0.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index beb5b9bee..6d9c86ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ lint = [ "ruff", ] docs = [ - "sphinx<8.0.0", + "sphinx<9.0.0", "sphinx-rtd-theme", "sphinxcontrib-napoleon", "nbsphinx",