We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6392a72 commit c84a743Copy full SHA for c84a743
.github/workflows/build-and-deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
image-name: ghcr.io/${{ github.repository }}:${{ github.sha }}
29
30
- name: Login to GitHub Container Registry
31
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
32
with:
33
registry: ghcr.io
34
username: ${{ github.repository_owner }}
requirements.txt
@@ -1,9 +1,9 @@
1
-boto3==1.34.13
2
-botocore==1.34.13
+boto3==1.34.74
+botocore==1.34.74
3
jmespath==1.0.1
4
-python-dateutil==2.8.2
+python-dateutil==2.9.0.post0
5
python-magic==0.4.27
6
s3cmd==2.4.0
7
-s3transfer==0.10.0
+s3transfer==0.10.1
8
six==1.16.0
9
urllib3==1.26.18
0 commit comments