diff --git a/python/helpers/pip-10.0.1.tar.gz b/python/helpers/pip-10.0.1.tar.gz deleted file mode 100644 index f5a1d243acae..000000000000 Binary files a/python/helpers/pip-10.0.1.tar.gz and /dev/null differ diff --git a/python/helpers/pip-19.0.3.tar.gz b/python/helpers/pip-19.0.3.tar.gz new file mode 100644 index 000000000000..088af874e289 Binary files /dev/null and b/python/helpers/pip-19.0.3.tar.gz differ diff --git a/python/helpers/setuptools-39.1.0.tar.gz b/python/helpers/setuptools-39.1.0.tar.gz deleted file mode 100644 index 00f345bd1dbc..000000000000 Binary files a/python/helpers/setuptools-39.1.0.tar.gz and /dev/null differ diff --git a/python/helpers/setuptools-40.8.0.tar.gz b/python/helpers/setuptools-40.8.0.tar.gz new file mode 100644 index 000000000000..07292b4c52aa Binary files /dev/null and b/python/helpers/setuptools-40.8.0.tar.gz differ diff --git a/python/helpers/virtualenv-16.0.0.tar.gz b/python/helpers/virtualenv-16.0.0.tar.gz deleted file mode 100644 index 98b35c75297a..000000000000 Binary files a/python/helpers/virtualenv-16.0.0.tar.gz and /dev/null differ diff --git a/python/helpers/virtualenv-16.4.3.tar.gz b/python/helpers/virtualenv-16.4.3.tar.gz new file mode 100644 index 000000000000..13869dc1844e Binary files /dev/null and b/python/helpers/virtualenv-16.4.3.tar.gz differ diff --git a/python/src/com/jetbrains/python/packaging/PyPackageManagerImpl.java b/python/src/com/jetbrains/python/packaging/PyPackageManagerImpl.java index b062437ba660..c1ea78284e26 100644 --- a/python/src/com/jetbrains/python/packaging/PyPackageManagerImpl.java +++ b/python/src/com/jetbrains/python/packaging/PyPackageManagerImpl.java @@ -48,9 +48,9 @@ import java.util.regex.Pattern; */ public class PyPackageManagerImpl extends PyPackageManager { - private static final String SETUPTOOLS_VERSION = "39.1.0"; - private static final String PIP_VERSION = "10.0.1"; - private static final String VIRTUALENV_VERSION = "16.0.0"; + private static final String SETUPTOOLS_VERSION = "40.8.0"; + private static final String PIP_VERSION = "19.0.3"; + private static final String VIRTUALENV_VERSION = "16.4.3"; private static final int ERROR_NO_SETUPTOOLS = 3;