From 03f8617e91849700d8ffc5f7e656ed4998d153d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:13:22 +0000 Subject: [PATCH] Update sphinx requirement from <6,>2 to >2,<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/v2.0.1...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc2323a..8becb76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ djangocms_page_meta = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po [options.extras_require] docs = django<5.0 - sphinx>2,<6 + sphinx>2,<9 djangocms-page-tags [sdist]