Skip to content

Commit d9cdd49

Browse files
committed
fix: Update boto3 to run on trixie
1 parent 8af01d5 commit d9cdd49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/scripts/release-target.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ python3 -m venv venv
1414
source venv/bin/activate
1515

1616
# Our release scripts are written in python, so we should install their dependecies here.
17-
pip install pynacl==1.4.0 pygithub==1.55 boto3==1.22.9 python-gnupg==0.4.9
17+
pip install pynacl==1.4.0 pygithub==1.55 boto3==1.42.30 python-gnupg==0.4.9
1818
make $MAKE_TARGET

0 commit comments

Comments
 (0)