Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/DataDog/datadog-cdk-constructs/actions/runs/12916690404

------

*Automatically created by projen via the "upgrade" workflow*

Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions authored and lym953 committed Jan 22, 2025
1 parent 8aec7a7 commit 35c22df
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 788 deletions.
8 changes: 4 additions & 4 deletions package.json

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

4 changes: 2 additions & 2 deletions scripts/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ npx tsc --project tsconfig.json

echo "Setting up for Python"
VERSION=$(jq -r '.version' ../version.json)
cp "$ROOT_DIR/dist/python/datadog-cdk-constructs-v2-$VERSION.tar.gz" stacks/python
cp "$ROOT_DIR/dist/python/datadog_cdk_constructs_v2-$VERSION.tar.gz" stacks/python
cd stacks/python
virtualenv env && source env/bin/activate
pip install -r requirements.txt
pip install datadog-cdk-constructs-v2-$VERSION.tar.gz
pip install datadog_cdk_constructs_v2-$VERSION.tar.gz
cd ../..

echo "Setting up for Go"
Expand Down
Loading

0 comments on commit 35c22df

Please sign in to comment.