Skip to content

Commit c96500e

Browse files
authored
Merge pull request #163 from StackStorm/upgrade/pip
Upgrade pip from 9.x to currently latest one
2 parents 67fb92f + 1164402 commit c96500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ venv:
4141

4242
.PHONY: reqs
4343
reqs: venv
44-
$(VENV_DIR)/bin/pip install --upgrade "pip>=9.0,<9.1"
44+
$(VENV_DIR)/bin/pip install --upgrade "pip>=19.0,<20.0"
4545
$(VENV_DIR)/bin/pip install -r requirements.txt
4646
$(VENV_DIR)/bin/pip install -r requirements-test.txt
4747
$(VENV_DIR)/bin/pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)