From 1f21f55d1fdfc9775e76e11a4674835bfad6e80a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:05:12 +0000 Subject: [PATCH] Chore(deps): 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/v0.1.61611...v7.3.7) --- 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 f6d2f5b..ef0c9df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dependencies = [ "pyyaml<7", "requests<3", "rich-click<2", - "sphinx<7.3", + "sphinx<7.4", "sphobjinv<2.4", "tabulate<0.10", "verlib2==0.2.0", @@ -99,7 +99,7 @@ develop = [ ] docs = [ "furo==2024.1.29", - "sphinx<7.3", + "sphinx<7.4", "sphinx-autobuild==2024.2.4", "sphinx-copybutton<0.6", "sphinx-design-elements<0.4",