From fce370887e3f5446382f3e5ca47bfc6f629dd4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:32:39 +0000 Subject: [PATCH] Update sphinx requirement from ~=7.2.6 to >=7.2.6,<8.1.0 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/v7.2.6...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 90f8bb8..84bc369 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,7 +71,7 @@ dev = pytest-watch~=4.2.0 pytest-xdist~=3.3.1 pre-commit~=3.3.3 - sphinx~=7.2.6 + sphinx>=7.2.6,<8.1.0 sphinx-rtd-theme~=2.0.0 tox~=4.11.0 types-setuptools>=68.1.0,<74.1.1