From c28c6b0befdbf5b3c2094bc1c89f4d20d706b03f Mon Sep 17 00:00:00 2001 From: null Date: Mon, 20 Nov 2023 05:17:36 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/publish.yml | 2 +- .pre-commit-config.yaml | 2 +- .tool-versions | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d783559..5337a25 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6a0280..fc93bd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: markdownlint additional_dependencies: [rake] - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 37.56.3 + rev: 37.61.4 hooks: - id: renovate-config-validator - repo: https://github.com/mrtazz/checkmake.git diff --git a/.tool-versions b/.tool-versions index 9a4ae48..bc0fcb0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ awscli 2.13.37 terragrunt 0.53.4 terraform 1.6.4 -pulumi 3.93.0 +pulumi 3.94.2 diff --git a/requirements.txt b/requirements.txt index b59f522..63fa47f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ansible==8.6.1 -boto3==1.28.84 +boto3==1.29.3