Skip to content

Commit a26e708

Browse files
himani2411Himani Anil Deshpande
andauthored
[Gb200] Update Boto3 version to add support for EC2 describe_capacity_block_status which is used in our validator (#6975)
Adding Otherwise GH validation checks fails Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent 31a75a4 commit a26e708

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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/resources/client-requirements.txt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
setuptools >= 21.0.0
66
-urllib3 >= 1.25.3
77
+urllib3 >= 1.26.6
8-
+boto3>=1.16.14
8+
+boto3>=1.39.4

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

awsbatch-cli/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
tabulate>=0.8.8,<=0.8.10

awsbatch-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323
VERSION = "1.4.0"
2424
REQUIRES = [
2525
"setuptools",
26-
"boto3>=1.16.14",
26+
"boto3>=1.39.4",
2727
"tabulate>=0.8.8,<=0.8.10",
2828
]
2929

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)