mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
fix issue with cython and pyyaml by updating awscli boto3 botocore
This commit is contained in:
6
Pipfile
6
Pipfile
@@ -10,14 +10,14 @@ arrow = "==1.2.2"
|
|||||||
asn1crypto = "==1.5.1"
|
asn1crypto = "==1.5.1"
|
||||||
async-timeout = "==4.0.2"
|
async-timeout = "==4.0.2"
|
||||||
attrs = "==21.4.0"
|
attrs = "==21.4.0"
|
||||||
awscli = "==1.24.8"
|
awscli = "==1.29.15"
|
||||||
bcrypt = "==3.2.2"
|
bcrypt = "==3.2.2"
|
||||||
beautifulsoup4 = "==4.12.2"
|
beautifulsoup4 = "==4.12.2"
|
||||||
billiard = "==3.6.4.0"
|
billiard = "==3.6.4.0"
|
||||||
bleach = "==4.1.0"
|
bleach = "==4.1.0"
|
||||||
blinker = "~=1.4"
|
blinker = "~=1.4"
|
||||||
boto3 = "==1.23.8"
|
boto3 = "==1.28.15"
|
||||||
botocore = "==1.26.8"
|
botocore = "==1.31.15"
|
||||||
cachetools = "==5.1.0"
|
cachetools = "==5.1.0"
|
||||||
celery = {version = "==5.2.7", extras = ["redis"]}
|
celery = {version = "==5.2.7", extras = ["redis"]}
|
||||||
certifi = ">=2022.12.7"
|
certifi = ">=2022.12.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user