Updated a couple more dependencies and fix flake8 warnings

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-10-30 16:16:49 -04:00
parent 5e206ab10b
commit 8c825a43bd
5 changed files with 28 additions and 25 deletions

View File

@@ -14,14 +14,14 @@ arrow = "==1.2.3"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
awscli = "==1.29.15"
awscli = "^1.29.74"
bcrypt = "==3.2.2"
beautifulsoup4 = "==4.12.2"
billiard = "==3.6.4.0"
bleach = "^6.1.0"
blinker = "~=1.4"
boto3 = "==1.28.15"
botocore = "==1.31.15"
boto3 = "^1.28.66"
botocore = "^1.31.66"
cachetools = "==5.3.1"
celery = {version = "==5.2.7", extras = ["redis"]}
certifi = ">=2022.12.7"