From e2de49a13641bb20afe1faf95c499e41084da6aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 12:20:59 +0000 Subject: [PATCH] Update sphinx requirement in /python/lib/dcos 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/v1.3.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- python/lib/dcos/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/dcos/requirements.txt b/python/lib/dcos/requirements.txt index 3c21d48f..48d90470 100644 --- a/python/lib/dcos/requirements.txt +++ b/python/lib/dcos/requirements.txt @@ -1,3 +1,3 @@ -sphinx>=1.3.1, <4.0 +sphinx>=1.3.1, <5.0 tox>=2.2, <4.0 wheel>=0.24.0, <1.0