From 4c6f66a1d462206adb163cc21750db9f1413d998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:40:40 +0000 Subject: [PATCH] [Dependabot]: Update sphinx requirement from ~=7.3 to ~=7.4 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 9f7f539..983cfc3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,7 +6,7 @@ ruamel.yaml ~= 0.18.6 setuptools ~= 70.1 # Enforce latest version on ReadTheDocs -sphinx ~= 7.3 +sphinx ~= 7.4 docutils ~= 0.18.1 # ReadTheDocs Theme