We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950c4ef commit 9c45a3dCopy full SHA for 9c45a3d
1 file changed
lib/repo_funcs.sh
@@ -170,7 +170,7 @@ update_requirements() {
170
171
# This will take the requirements.in file and generate a file
172
# requirements.txt with the hashes for the required packages
173
- pip-compile --generate-hashes 2> /dev/null
+ pip-compile -U --generate-hashes 2> /dev/null
174
175
# Removes psycopg from the list of packages to install
176
sed -i '/psycopg/{:a;N;/barman/!ba};/via barman/d' requirements.txt
0 commit comments