From 9fa83bbc399d202f9d82db58c7b4800bfae9951d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:29:13 +0000 Subject: [PATCH] Update sphinx requirement from <4.0 to <5.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/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v4.3.1) --- 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..30de4e91e7 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 < 5.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0 IPython == 7.30.0 # For sphinx documentation