From 0675197cd90d1ab8992d7af882267d942be0633d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:35:12 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/build-and-deploy.yml | 2 +- Dockerfile | 2 +- requirements.txt | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index abdaf13..67f4658 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: image-name: ghcr.io/${{ github.repository }}:${{ github.sha }} - name: Login to GitHub Container Registry - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/Dockerfile b/Dockerfile index 5ad4b33..702ebff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b +FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 # Non-root user for security purposes. # diff --git a/requirements.txt b/requirements.txt index 7e0bdbc..08799c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -boto3==1.34.74 -botocore==1.34.74 +boto3==1.40.70 +botocore==1.40.70 jmespath==1.0.1 python-dateutil==2.9.0.post0 python-magic==0.4.27 s3cmd==2.4.0 -s3transfer==0.10.1 -six==1.16.0 -urllib3==1.26.18 +s3transfer==0.14.0 +six==1.17.0 +urllib3==1.26.20