Skip to content

Commit 70c73b7

Browse files
author
Himani Anil Deshpande
committed
[Gb200] Update Boto3 version to add support for EC2 describe_capacity_block_status which is used in our validator
1 parent 31a75a4 commit 70c73b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3>=1.16.14
1+
boto3>=1.39.4
22
click~=8.1.7

api/client/src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
33
urllib3 >= 1.26.6
4-
boto3>=1.16.14
4+
boto3>=1.39.4

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aws-cdk.aws-ssm~=1.164
1515
aws-cdk.core~=1.164
1616
aws_cdk.aws-cloudwatch~=1.164
1717
aws_cdk.aws-lambda~=1.164
18-
boto3>=1.16.14
18+
boto3>=1.39.4
1919
connexion~=2.13.0
2020
flask>=2.2.5,<2.3
2121
jinja2~=3.0

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def readme():
2424
CDK_VERSION = "1.164"
2525
REQUIRES = [
2626
"setuptools",
27-
"boto3>=1.16.14",
27+
"boto3>=1.39.4",
2828
"tabulate>=0.8.8,<=0.8.10",
2929
"PyYAML>=5.3.1,!=5.4",
3030
"jinja2~=3.0",

0 commit comments

Comments
 (0)