PY-41543 Update the bundled pip to 20.1.1 and setuptools to 44.1.1

These are the latest versions still supporting Python 2.7.

GitOrigin-RevId: 5dbd4eacfee3c796bb91ac5cd3a89785d9b7e6dc
This commit is contained in:
Mikhail Golubev
2020-07-02 22:12:21 +03:00
committed by intellij-monorepo-bot
parent b6a03c82a0
commit fe099ed1d7
3 changed files with 2 additions and 2 deletions

View File

@@ -49,8 +49,8 @@ import static com.intellij.webcore.packaging.PackageVersionComparator.VERSION_CO
*/
public class PyPackageManagerImpl extends PyPackageManager {
private static final String SETUPTOOLS_VERSION = "44.1.0";
private static final String PIP_VERSION = "20.0.2";
private static final String SETUPTOOLS_VERSION = "44.1.1";
private static final String PIP_VERSION = "20.1.1";
private static final String SETUPTOOLS_WHEEL_NAME = "setuptools-" + SETUPTOOLS_VERSION + "-py2.py3-none-any.whl";
private static final String PIP_WHEEL_NAME = "pip-" + PIP_VERSION + "-py2.py3-none-any.whl";