Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Sep 20, 2024
1 parent a37321f commit 8fd4850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module-assets/ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ fi
#######################################

# renovate: datasource=github-releases depName=terraform-docs/terraform-docs
TERRAFORM_DOCS_VERSION=v0.18.0
TERRAFORM_DOCS_VERSION=v0.19.0
BINARY=terraform-docs
set +e
INSTALLED_TERRADOCS_VERSION="$(terraform-docs --version | head -1 | cut -d' ' -f3)"
Expand Down Expand Up @@ -313,7 +313,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
fi

# renovate: datasource=github-releases depName=aquasecurity/trivy
TRIVY_VERSION=v0.55.1
TRIVY_VERSION=v0.55.2
BINARY=trivy
set +e
INSTALLED_TRIVY_VERSION="$(trivy version | grep "Version:" | cut -d' ' -f2)"
Expand Down
4 changes: 2 additions & 2 deletions stack-assets/stack-updater/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.32.3
ibm-cloud-sdk-core==3.20.6
ibm-platform-services==0.57.0
ibm-cloud-sdk-core==3.21.0
ibm-platform-services==0.57.1
semver==3.0.2

0 comments on commit 8fd4850

Please sign in to comment.