Skip to content

Commit 39597ef

Browse files
authored
fix: pin boto3 (#140)
Pin boto3 version to 1.35.99. version 1.36.0 of boto3 is affected by boto/boto3#4398. Closes #139 Signed-off-by: Francesco Canovai <[email protected]>
1 parent a5ffce7 commit 39597ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repo_funcs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ update_requirements() {
166166
barmanVersion=$(get_latest_barman_version)
167167
# If there's a new version we need to recreate the requirements files
168168
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
169+
echo "boto3 == 1.35.99" >> requirements.in
169170

170171
# This will take the requirements.in file and generate a file
171172
# requirements.txt with the hashes for the required packages

0 commit comments

Comments
 (0)