From 06cada8e917836ec40eebefa47eaf8282a2763fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:10:56 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 8.1.3. - [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.3.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd4a65f..3a2e09d 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ ], extras_require={ "docs": [ - "sphinx==5.3.0", + "sphinx==8.1.3", "sphinx-argparse==0.4.0", "sphinx_rtd_theme==1.2.0", "sphinx-autodoc-typehints==1.23.0",