From 2278bfb53b55e3bec8ab7f3c5b2d4d3b957fbdd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:44:26 +0000 Subject: [PATCH] Update sphinx requirement from ~=3.2.1 to >=3.2.1,<8.2.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/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.1...v8.1.3) --- 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 e1de34c..71fae88 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~=3.2.1 + sphinx>=3.2.1,<8.2.0 sphinx-rtd-theme~=0.5.0 tox~=4.11.0 types-setuptools~=68.1.0.0