Skip to content

Commit 71a18b2

Browse files
chore(deps): update all non-major dependencies
1 parent 8af3904 commit 71a18b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
image-name: ghcr.io/${{ github.repository }}:${{ github.sha }}
2929

3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
31+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
1+
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
22

33
# Non-root user for security purposes.
44
#

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
boto3==1.34.74
2-
botocore==1.34.74
1+
boto3==1.37.29
2+
botocore==1.37.29
33
jmespath==1.0.1
44
python-dateutil==2.9.0.post0
55
python-magic==0.4.27
66
s3cmd==2.4.0
7-
s3transfer==0.10.1
8-
six==1.16.0
9-
urllib3==1.26.18
7+
s3transfer==0.11.4
8+
six==1.17.0
9+
urllib3==1.26.20

0 commit comments

Comments
 (0)