From e3ac7fc5af727cb2922752864487e8478f2369ce 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:21:50 +0000 Subject: [PATCH] Update sphinx requirement in /python/lib/dcoscli 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/dcoscli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/dcoscli/requirements.txt b/python/lib/dcoscli/requirements.txt index 50e7681a..d13e8240 100644 --- a/python/lib/dcoscli/requirements.txt +++ b/python/lib/dcoscli/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.3.1, <4.0 +sphinx>=1.3.1, <5.0 tox>=2.2, <3.0 wheel>=0.24.0, <1.0 pytest>=2.9.1