update deps, bumping awscli & boto

This commit is contained in:
stvnrlly
2023-08-02 15:35:12 -04:00
parent 5d72286406
commit f58df0b747
2 changed files with 134 additions and 144 deletions

View File

@@ -10,14 +10,14 @@ arrow = "==1.2.3"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.2"
attrs = "==21.4.0"
awscli = "==1.24.8"
awscli = "~=1.24"
bcrypt = "==3.2.2"
beautifulsoup4 = "==4.12.2"
billiard = "==3.6.4.0"
bleach = "==4.1.0"
blinker = "~=1.4"
boto3 = "==1.23.8"
botocore = "==1.26.8"
boto3 = "~=1.23"
botocore = "~=1.26"
cachetools = "==5.1.0"
celery = {version = "==5.2.7", extras = ["redis"]}
certifi = ">=2022.12.7"