diff --git a/Makefile b/Makefile index 0fa6ec9..ea0c5e0 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test: tox # Define PIP_COMPILE_OPTS=-v to get more information during make upgrade. -PIP_COMPILE = pip-compile $(PIP_COMPILE_OPTS) +PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS) COMMON_CONSTRAINTS_TXT=requirements/common_constraints.txt