From 4d2814b08a841432f4d319e5b6c9c0cb929466d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 05:59:38 +0000 Subject: [PATCH] Update sphinx requirement from <4.6.0,>=4.3.1 to >=4.3.1,<6.3.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) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v6.2.0) --- 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 ad6db80d..0e66efde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ test = pyemd==0.5.1 doc = - sphinx>=4.3.1,<4.6.0 + sphinx>=4.3.1,<6.3.0 ipython~=7.30.1 m2r2~=0.3.1 pydata-sphinx-theme>=0.7.2,<0.9.0