diff --git a/.ci/scripts/release-target.sh b/.ci/scripts/release-target.sh index 8c998310..6c18d742 100755 --- a/.ci/scripts/release-target.sh +++ b/.ci/scripts/release-target.sh @@ -14,5 +14,5 @@ python3 -m venv venv source venv/bin/activate # Our release scripts are written in python, so we should install their dependecies here. -pip install pynacl==1.4.0 pygithub==1.55 boto3==1.22.9 python-gnupg==0.4.9 +pip install pynacl==1.4.0 pygithub==1.55 boto3==1.42.30 python-gnupg==0.4.9 make $MAKE_TARGET