Skip to content

Commit 7a72e56

Browse files
committed
Update build and deploiy to use latest aws-cdk inline with root
1 parent 9da575f commit 7a72e56

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build_pipeline/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
package_dir={"": "infra"},
1616
packages=setuptools.find_packages(where="infra"),
1717
install_requires=[
18-
"boto3==1.17.83",
19-
"aws-cdk.core==1.106.1",
20-
"aws-cdk.aws-sagemaker==1.106.1",
18+
"boto3==1.18.14",
19+
"aws-cdk.core==1.116.0",
20+
"aws-cdk.aws-sagemaker==1.116.0",
2121
"sagemaker==2.42.1",
2222
],
2323
python_requires=">=3.8",

deployment_pipeline/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
packages=setuptools.find_packages(where="infra"),
1717
install_requires=[
1818
"boto3==1.17.83",
19-
"aws-cdk.core==1.106.1",
20-
"aws-cdk.aws-iam==1.106.1",
21-
"aws-cdk.aws-sagemaker==1.106.1",
22-
"aws-cdk.aws-applicationautoscaling==1.106.1",
23-
"aws-cdk.aws-cloudwatch==1.106.1",
19+
"aws-cdk.core==1.116.0",
20+
"aws-cdk.aws-iam==1.116.0",
21+
"aws-cdk.aws-sagemaker==1.116.0",
22+
"aws-cdk.aws-applicationautoscaling==1.116.0",
23+
"aws-cdk.aws-cloudwatch==1.116.0",
2424
],
2525
python_requires=">=3.8",
2626
classifiers=[

0 commit comments

Comments
 (0)