mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
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:
committed by
intellij-monorepo-bot
parent
b6a03c82a0
commit
fe099ed1d7
Binary file not shown.
Binary file not shown.
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user