From 9c45a3d9503d97b96d4d1b0690e0e5c65bc99f2b Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Fri, 4 Jul 2025 12:14:31 +0200 Subject: [PATCH] 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 --- lib/repo_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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