From 403cf00f3ecff3601fdbcbabdcac9488e08acee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 07:51:50 +0000 Subject: [PATCH] build(deps): update sphinx requirement from <7.0.0 to <8.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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 234faea..996aea7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -Sphinx<7.0.0 +Sphinx<8.0.0 sphinx-rtd-theme numpydoc \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d21dde8..628c9f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ test = [ ] docs = [ "numpydoc", - "Sphinx<7.0.0", + "Sphinx<8.0.0", "sphinx-autobuild", "sphinx_rtd_theme", ]