From adeb406d2a3135f3f3d2d558880d98388d4f98b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:13:43 +0000 Subject: [PATCH] Update sphinx requirement from ~=7.3.7 to ~=7.4.3 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.7...v7.4.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3096311..811d380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docs = [ 'sphinx-copybutton~=0.5.2', 'sphinx-markdown-tables~=0.0.17', 'sphinx-rtd-theme~=2.0.0', - 'sphinx~=7.3.7', + 'sphinx~=7.4.3', ] lint = [ 'pylint~=3.0',