From c1ccc6344e64506b161cfd7ed22834de7b3fea51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 04:54:28 +0000 Subject: [PATCH] Update sphinx requirement from ~=5.0 to ~=7.2 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/v5.0.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef820cd..76fde13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2021 Open Networking Foundation # SPDX-License-Identifier: Apache-2.0 -Sphinx~=5.0 +Sphinx~=7.2 doc8~=0.10.1 docutils~=0.17.1 reuse~=0.14.0