From cb42316fe6ef1ac4e0d5903a4fa5126e8317de2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:58:59 +0000 Subject: [PATCH] chore(deps): update sphinx requirement 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.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.0...v8.0.2) --- 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 5e8ab172d..3a41e0d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "types-beautifulsoup4 >= 4.12.0,<5.0.0", ] docs = [ - "sphinx >=7.0.0,<8.0.0", + "sphinx >=7.0.0,<9.0.0", "sphinx-autodoc-typehints >=2.0.0,<3.0.0", "sphinx-rtd-theme >=2.0.0,<3.0.0", "numpydoc >=1.5.0,<2.0.0",