From acbc87b961dd2999b63f67f55f86972510c704cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:47:33 +0000 Subject: [PATCH] Chore(deps): Update sphinx requirement from <7.3 to <7.5 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/v0.1.61611...v7.4.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79f2611..6a3e3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dependencies = [ "pyyaml<7", "requests<3", "rich-click<2", - "sphinx<7.3", + "sphinx<7.5", "sphobjinv<2.4", "tabulate<0.10", "verlib2==0.2.0", @@ -99,7 +99,7 @@ develop = [ ] docs = [ "furo==2024.5.6", - "sphinx<7.3", + "sphinx<7.5", "sphinx-autobuild==2024.2.4", "sphinx-copybutton<0.6", "sphinx-design-elements<0.5",