We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509d3a8 commit b5d0dafCopy full SHA for b5d0daf
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install CDK
36
run: |
37
- npm install -g aws-cdk@2.92.0
+ npm install -g aws-cdk
38
39
- uses: actions/setup-python@v5
40
with:
pyproject.toml
@@ -18,7 +18,7 @@ pydantic-settings = "^2.3.2"
18
19
20
[tool.poetry.group.cdk.dependencies]
21
-aws-cdk-lib = "^2.132.0"
+aws-cdk-lib = "^2.145.0"
22
boto3 = "^1.34.124"
23
24
[build-system]
0 commit comments