From b7f540251ccdd685bfddbe0445fa3be46d33cb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:52:35 +0100 Subject: [PATCH] Update sphinx requirement from ==7.0.* to ==7.2.* (#3885) 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/v7.0.0rc1...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- doc/requirements.rtd.txt | 2 +- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.rtd.txt b/doc/requirements.rtd.txt index 87b264107e..f830a0a465 100644 --- a/doc/requirements.rtd.txt +++ b/doc/requirements.rtd.txt @@ -1,4 +1,4 @@ -sphinx==7.0.* +sphinx==7.2.* jinja2==3.1.* sphinx-rtd-theme sphinxcontrib-httpdomain diff --git a/doc/requirements.txt b/doc/requirements.txt index fbce5a6bd2..6483b4581b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ -e ../ -sphinx==7.0.* +sphinx==7.2.* jinja2==3.1.* sphinx-rtd-theme sphinxcontrib-httpdomain