Skip to content

Commit

Permalink
UPdated cdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Jun 11, 2024
1 parent 4b12116 commit 509d3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:

working-directory: ./cdk
run: |
poetry install
poetry self add poetry-plugin-export
poetry install
cdk deploy openaq-ingest-aeolus --require-approval never
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic-settings = "^2.3.2"


[tool.poetry.group.cdk.dependencies]
aws-cdk-lib = "^2.145.0"
aws-cdk-lib = "^2.132.0"
boto3 = "^1.34.124"

[build-system]
Expand Down

0 comments on commit 509d3a8

Please sign in to comment.