Skip to content

Commit 7605774

Browse files
authored
Merge pull request #233 from StackStorm/upgrade_pip
Update to same pip as ST2
2 parents d4f7499 + 5888779 commit 7605774

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
@@ -44,7 +44,7 @@ venv:
4444

4545
.PHONY: reqs
4646
reqs: venv
47-
$(VENV_DIR)/bin/pip install --upgrade "pip==20.0.2"
47+
$(VENV_DIR)/bin/pip install --upgrade "pip==20.3.3"
4848
$(VENV_DIR)/bin/pip install -r requirements.txt
4949
$(VENV_DIR)/bin/pip install -r requirements-test.txt
5050
$(VENV_DIR)/bin/pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)