Skip to content

Commit 9c45a3d

Browse files
authored
chore: update requirements.txt file with latest versions (#239)
This will avoid having old dependencies with vulnerabilities Closes #238 Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
1 parent 950c4ef commit 9c45a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/repo_funcs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ update_requirements() {
170170

171171
# This will take the requirements.in file and generate a file
172172
# requirements.txt with the hashes for the required packages
173-
pip-compile --generate-hashes 2> /dev/null
173+
pip-compile -U --generate-hashes 2> /dev/null
174174

175175
# Removes psycopg from the list of packages to install
176176
sed -i '/psycopg/{:a;N;/barman/!ba};/via barman/d' requirements.txt

0 commit comments

Comments
 (0)