Skip to content

Commit

Permalink
fix: pin boto3 (#140)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fcanovai committed Jan 21, 2025
1 parent a5ffce7 commit 353be36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repo_funcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ update_requirements() {
barmanVersion=$(get_latest_barman_version)
# If there's a new version we need to recreate the requirements files
echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in
echo "boto3 == 1.35.99" >> requirements.in

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

0 comments on commit 353be36

Please sign in to comment.