Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3>=1.16.14
boto3>=1.39.4
click~=8.1.7
2 changes: 1 addition & 1 deletion api/client/resources/client-requirements.txt.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
setuptools >= 21.0.0
-urllib3 >= 1.25.3
+urllib3 >= 1.26.6
+boto3>=1.16.14
+boto3>=1.39.4
2 changes: 1 addition & 1 deletion api/client/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.26.6
boto3>=1.16.14
boto3>=1.39.4
2 changes: 1 addition & 1 deletion awsbatch-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3>=1.16.14
boto3>=1.39.4
tabulate>=0.8.8,<=0.8.10
2 changes: 1 addition & 1 deletion awsbatch-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readme():
VERSION = "1.4.0"
REQUIRES = [
"setuptools",
"boto3>=1.16.14",
"boto3>=1.39.4",
"tabulate>=0.8.8,<=0.8.10",
]

Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aws-cdk.aws-ssm~=1.164
aws-cdk.core~=1.164
aws_cdk.aws-cloudwatch~=1.164
aws_cdk.aws-lambda~=1.164
boto3>=1.16.14
boto3>=1.39.4
connexion~=2.13.0
flask>=2.2.5,<2.3
jinja2~=3.0
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readme():
CDK_VERSION = "1.164"
REQUIRES = [
"setuptools",
"boto3>=1.16.14",
"boto3>=1.39.4",
"tabulate>=0.8.8,<=0.8.10",
"PyYAML>=5.3.1,!=5.4",
"jinja2~=3.0",
Expand Down
Loading