Skip to content

Commit ea7bc9e

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev_1.19.0
2 parents bf196eb + a62220f commit ea7bc9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030

3131
- name: Extract metadata (tags, labels) for Docker
3232
id: meta
33-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
33+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96
3434
with:
3535
images: adversarialrobustnesstoolbox/releases
3636
tags: |
3737
type=raw,value={{branch}}-1.18.2-{{sha}}
3838
type=semver,pattern={{version}}
3939
4040
- name: Build and push Docker image
41-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
41+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
4242
with:
4343
context: .
4444
push: true

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matplotlib==3.7.1
66
scikit-learn==1.4.1.post1
77
six==1.16.0
88
Pillow==10.3.0
9-
tqdm==4.66.4
9+
tqdm==4.67.1
1010
statsmodels==0.14.2
1111
pydub==0.25.1
1212
resampy==0.4.3

0 commit comments

Comments
 (0)