From cbe63762216eb83d2e7ffdcd32471249196b6091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:05:55 +0000 Subject: [PATCH] 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.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 952736e..f9079a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org> # SPDX-License-Identifier: Apache-2.0 -Sphinx~=7.3 +Sphinx~=7.4 doc8~=1.1.1 reuse~=4.0.3 sphinx-rtd-theme~=2.0.0