From d9cdd49eec308d094a6cee45a1d6710efbde268d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20=22Pisco=22=20Fernandes?= Date: Mon, 19 Jan 2026 12:47:30 +0000 Subject: [PATCH] fix: Update boto3 to run on trixie --- .ci/scripts/release-target.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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