Skip to content

Commit

Permalink
fix: dependencies (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
emileten authored Feb 23, 2024
1 parent bb24ded commit b09b510
Show file tree
Hide file tree
Showing 5 changed files with 2,065 additions and 10,707 deletions.
8 changes: 4 additions & 4 deletions integration_tests/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration_tests/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eoapi-template",
"version": "0.1.0",
"dependencies": {
"aws-cdk": "^2.99.1"
"aws-cdk": "2.130.0"
}
}

4 changes: 2 additions & 2 deletions integration_tests/cdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws-cdk-lib>=2.99.1
constructs>=10.0.0,<11.0.0
aws-cdk-lib==2.130.0
constructs==10.3.0
pydantic==2.0.2
pydantic-settings==2.0.1
python-dotenv==1.0.0
Expand Down
Loading

0 comments on commit b09b510

Please sign in to comment.