From ec1d08b396c668b623b96ff77b1f567c5440a307 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 13 Mar 2019 12:19:41 -0500 Subject: [PATCH] Update version of setuptools the 40.x releases has a lot of bugfixes and compatibility changes to support the latest version of pip, which we install by default now. Closes #5436 --- readthedocs/doc_builder/python_environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/doc_builder/python_environments.py b/readthedocs/doc_builder/python_environments.py index 6a9bc8ca144..a7017a94476 100644 --- a/readthedocs/doc_builder/python_environments.py +++ b/readthedocs/doc_builder/python_environments.py @@ -284,7 +284,7 @@ def install_core_requirements(self): self.project.get_feature_value( Feature.USE_SETUPTOOLS_LATEST, positive='setuptools<41', - negative='setuptools<40', + negative='setuptools<41', ), 'docutils==0.13.1', 'mock==1.0.1',