From 111ab4aa338f33a824ad96b4051fe1324cf45932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:00:39 +0000 Subject: [PATCH] Update sphinx requirement from <8,>=3.5 to >=3.5,<9 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/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63f75a93..695b152f 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def read(path): 'pueblo>=0.0.7', 'pytz', ], - doc=['sphinx>=3.5,<8', + doc=['sphinx>=3.5,<9', 'crate-docs-theme>=0.26.5'], ), python_requires='>=3.6',