diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index b0658bdc..2afddd3f 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -170,7 +170,7 @@ update_requirements() { # This will take the requirements.in file and generate a file # requirements.txt with the hashes for the required packages - pip-compile --generate-hashes 2> /dev/null + pip-compile -U --generate-hashes 2> /dev/null # Removes psycopg from the list of packages to install sed -i '/psycopg/{:a;N;/barman/!ba};/via barman/d' requirements.txt