From 2287be20098d01f23f573187511e61f473c49bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:29:18 +0200 Subject: [PATCH] Update sphinx requirement from ==7.3.* to ==7.4.* (#4306) 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.3.0...v7.4.4) --- 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 7a5f855a6..a7b0ba583 100644 --- a/doc/requirements.rtd.txt +++ b/doc/requirements.rtd.txt @@ -1,4 +1,4 @@ -sphinx==7.3.* +sphinx==7.4.* jinja2==3.1.* sphinx-rtd-theme sphinxcontrib-httpdomain diff --git a/doc/requirements.txt b/doc/requirements.txt index 965c3ad70..b1395408c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ -e ../ -sphinx==7.3.* +sphinx==7.4.* jinja2==3.1.* sphinx-rtd-theme sphinxcontrib-httpdomain