From 0f09c5699f8d15d6a0bf7ec0b33dc313727f2070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 20:28:50 +0000 Subject: [PATCH] Update sphinx requirement from <4.0 to <6.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/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v5.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0135cf44..c600b5e310 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ matplotlib == 3.5.0 cvxpy == 1.1.17 pytest == 6.2.5 # For unit test pytest-xdist == 2.4.0 # For unit test -sphinx < 4.0 # For sphinx documentation +sphinx < 6.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0 IPython == 7.30.0 # For sphinx documentation