Skip to content

Commit f81190c

Browse files
committed
Update PIP to 18.1
1 parent 8781013 commit f81190c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/stages/platformio-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class PlatformIOCoreStage extends BaseStage {
2222
static UPGRADE_PIOCORE_TIMEOUT = 86400 * 7 * 1000; // 7 days
2323

2424
static pythonVersion = '2.7.13';
25-
static pipUrl = 'https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz';
25+
static pipUrl = 'https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz';
2626
static virtualenvUrl = 'https://files.pythonhosted.org/packages/4e/8b/75469c270ac544265f0020aa7c4ea925c5284b23e445cf3aa8b99f662690/virtualenv-16.1.0.tar.gz';
2727
static pioCoreDevelopUrl = 'https://github.com/platformio/platformio/archive/develop.zip';
2828

0 commit comments

Comments
 (0)