Skip to content

Commit

Permalink
Upgrade to CDK v2.119
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkok committed Jan 12, 2024
1 parent 82ecef7 commit 9b85223
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astroid==3.0.2
aws-sam-cli==1.107.0
boto3==1.34.15
botocore==1.34.15
boto3==1.34.17
botocore==1.34.17
pyyaml~=6.0.1
schema==0.7.5
2 changes: 1 addition & 1 deletion samples/sample-rdk-rules/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
s3==3.0.0
boto3==1.34.15
boto3==1.34.17
argparse==1.4.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.34.15
boto3==1.34.17
cfn-custom-resource~=1.0.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2==3.1.3
boto3==1.34.15
boto3==1.34.17
cfn-custom-resource~=1.0.1
markupsafe==2.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Resources:
python: 3.12
nodejs: 20
commands:
- npm install aws-cdk@2.118.0 -g -y --quiet --no-progress
- npm install aws-cdk@2.119.0 -g -y --quiet --no-progress
- aws s3 cp s3://$SHARED_MODULES_BUCKET/adf-build/ ./adf-build/ --recursive --quiet
- pip install -r adf-build/requirements.txt -q -t ./adf-build
- chmod 755 adf-build/cdk/execute_pipeline_stacks.py adf-build/cdk/generate_pipeline_stacks.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# account)
astroid==3.0.2
aws-sam-cli==1.107.0
boto3==1.34.15
botocore==1.34.15
boto3==1.34.17
botocore==1.34.17
pip~=23.3
pyyaml~=6.0.1
six~=1.16.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.15
botocore==1.34.15
boto3==1.34.17
botocore==1.34.17
docopt~=0.6.2
schema==0.7.5
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Install libs here that you might want in AWS CodeBuild
aws-cdk-lib~=2.118.0
aws-cdk-lib~=2.119.0
constructs>=10.0.0,<11.0.0
aws-sam-cli==1.107.0
boto3==1.34.15
botocore==1.34.15
boto3==1.34.17
botocore==1.34.17
pyyaml~=6.0.1
schema~=0.7.5
tenacity==8.2.3
Expand Down
2 changes: 1 addition & 1 deletion src/lambda_codebase/initial_commit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jinja2==3.1.3
boto3==1.34.15
boto3==1.34.17
cfn-custom-resource~=1.0.1
markupsafe==2.1.3

0 comments on commit 9b85223

Please sign in to comment.