Skip to content

Commit c84a743

Browse files
chore(deps): update all non-major dependencies (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6392a72 commit c84a743

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
31+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
boto3==1.34.13
2-
botocore==1.34.13
1+
boto3==1.34.74
2+
botocore==1.34.74
33
jmespath==1.0.1
4-
python-dateutil==2.8.2
4+
python-dateutil==2.9.0.post0
55
python-magic==0.4.27
66
s3cmd==2.4.0
7-
s3transfer==0.10.0
7+
s3transfer==0.10.1
88
six==1.16.0
99
urllib3==1.26.18

0 commit comments

Comments
 (0)