fix: Update boto3 to run on trixie

This commit is contained in:
João "Pisco" Fernandes 2026-01-19 12:47:30 +00:00
parent 8af01d583c
commit d9cdd49eec
1 changed files with 1 additions and 1 deletions

View File

@ -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