fix: Update boto3 to run on trixie
This commit is contained in:
parent
8af01d583c
commit
d9cdd49eec
|
|
@ -14,5 +14,5 @@ python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
# Our release scripts are written in python, so we should install their dependecies here.
|
# 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
|
make $MAKE_TARGET
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue