From 5750175c9996ecc10b9d26e9d6811a6ba812ba24 Mon Sep 17 00:00:00 2001
From: Platform Engineering Bot <platform-engineering@redhat.com>
Date: Thu, 19 Dec 2024 01:40:28 +0000
Subject: [PATCH] chore(deps): update all dependencies

Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
---
 .github/workflows/publish.yml | 4 ++--
 .tool-versions                | 8 ++++----
 requirements.txt              | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index fbf4127..51f7ea5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -33,12 +33,12 @@ jobs:
 
       - name: Extract metadata (tags, labels) for Docker
         id: meta
-        uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
+        uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
         with:
           images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
 
       - name: Build and push Docker image
-        uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+        uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}
diff --git a/.tool-versions b/.tool-versions
index e40c8e3..98f5e15 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -1,4 +1,4 @@
-awscli 2.21.3
-terragrunt 0.68.14
-terraform 1.9.8
-pulumi 3.139.0
+awscli 2.22.20
+terragrunt 0.70.4
+terraform 1.10.3
+pulumi 3.143.0
diff --git a/requirements.txt b/requirements.txt
index 767b4d4..468bfb5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-ansible==10.6.0
+ansible==11.1.0
 boto3==1.35.81