Skip to content

Commit b5d0daf

Browse files
committed
Removed cdk version from deploy
1 parent 509d3a8 commit b5d0daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install CDK
3636
run: |
37-
npm install -g aws-cdk@2.92.0
37+
npm install -g aws-cdk
3838
3939
- uses: actions/setup-python@v5
4040
with:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pydantic-settings = "^2.3.2"
1818

1919

2020
[tool.poetry.group.cdk.dependencies]
21-
aws-cdk-lib = "^2.132.0"
21+
aws-cdk-lib = "^2.145.0"
2222
boto3 = "^1.34.124"
2323

2424
[build-system]

0 commit comments

Comments
 (0)