From e9e62214c129939e346731c01b02766fb22486d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:11:49 +0000 Subject: [PATCH 1/4] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-deepspeech-v3.yml | 2 +- .github/workflows/ci-espresso.yml | 2 +- .github/workflows/ci-goturn.yml | 2 +- .github/workflows/ci-huggingface.yml | 2 +- .github/workflows/ci-keras.yml | 2 +- .github/workflows/ci-legacy.yml | 2 +- .github/workflows/ci-lingvo.yml | 2 +- .github/workflows/ci-mxnet.yml | 2 +- .github/workflows/ci-pytorch-object-detectors.yml | 2 +- .github/workflows/ci-pytorch.yml | 2 +- .github/workflows/ci-scikit-learn.yml | 2 +- .github/workflows/ci-tensorflow-v1.yml | 2 +- .github/workflows/ci-tensorflow-v2.yml | 2 +- .github/workflows/ci-tf-faster-rcnn.yml | 2 +- .github/workflows/ci-tfv2-faster-rcnn.yml | 2 +- .github/workflows/ci-yolo.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-deepspeech-v3.yml b/.github/workflows/ci-deepspeech-v3.yml index d023d17028..441a5c3e27 100644 --- a/.github/workflows/ci-deepspeech-v3.yml +++ b/.github/workflows/ci-deepspeech-v3.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/deepspeech-v3 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-espresso.yml b/.github/workflows/ci-espresso.yml index 030f0e3b13..75d2627443 100644 --- a/.github/workflows/ci-espresso.yml +++ b/.github/workflows/ci-espresso.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/espresso - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-goturn.yml b/.github/workflows/ci-goturn.yml index 82613bda23..340a4ce523 100644 --- a/.github/workflows/ci-goturn.yml +++ b/.github/workflows/ci-goturn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/goturn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/ci-huggingface.yml b/.github/workflows/ci-huggingface.yml index 36af46e1fe..ba89ec7203 100644 --- a/.github/workflows/ci-huggingface.yml +++ b/.github/workflows/ci-huggingface.yml @@ -60,7 +60,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-keras.yml b/.github/workflows/ci-keras.yml index b743e57d0b..e9b0dfe0cd 100644 --- a/.github/workflows/ci-keras.yml +++ b/.github/workflows/ci-keras.yml @@ -68,7 +68,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-legacy.yml b/.github/workflows/ci-legacy.yml index 58533499a0..993fd70e54 100644 --- a/.github/workflows/ci-legacy.yml +++ b/.github/workflows/ci-legacy.yml @@ -63,7 +63,7 @@ jobs: - name: Run ${{ matrix.name }} ${{ matrix.module }} Tests run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-lingvo.yml b/.github/workflows/ci-lingvo.yml index 884fe2e28a..0049cfcf47 100644 --- a/.github/workflows/ci-lingvo.yml +++ b/.github/workflows/ci-lingvo.yml @@ -61,7 +61,7 @@ jobs: - name: Run ${{ matrix.name }} Tests run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-mxnet.yml b/.github/workflows/ci-mxnet.yml index 890f46462a..30e46eb625 100644 --- a/.github/workflows/ci-mxnet.yml +++ b/.github/workflows/ci-mxnet.yml @@ -50,7 +50,7 @@ jobs: - name: Run ${{ matrix.name }} ${{ matrix.module }} Tests run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-pytorch-object-detectors.yml b/.github/workflows/ci-pytorch-object-detectors.yml index d3402f3271..f405fe0ddc 100644 --- a/.github/workflows/ci-pytorch-object-detectors.yml +++ b/.github/workflows/ci-pytorch-object-detectors.yml @@ -55,7 +55,7 @@ jobs: - name: Run Test Action - test_pytorch_object_seeker_faster_rcnn run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_object_seeker_faster_rcnn.py --framework=pytorch --durations=0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-pytorch.yml b/.github/workflows/ci-pytorch.yml index a6fce208b5..e1f99b29ad 100644 --- a/.github/workflows/ci-pytorch.yml +++ b/.github/workflows/ci-pytorch.yml @@ -62,7 +62,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-scikit-learn.yml b/.github/workflows/ci-scikit-learn.yml index ab2ff532f9..cb64243012 100644 --- a/.github/workflows/ci-scikit-learn.yml +++ b/.github/workflows/ci-scikit-learn.yml @@ -56,7 +56,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tensorflow-v1.yml b/.github/workflows/ci-tensorflow-v1.yml index ad287653a7..d3c04cb2c4 100644 --- a/.github/workflows/ci-tensorflow-v1.yml +++ b/.github/workflows/ci-tensorflow-v1.yml @@ -76,7 +76,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tensorflow-v2.yml b/.github/workflows/ci-tensorflow-v2.yml index c7dd9efdf1..3a271cb9c1 100644 --- a/.github/workflows/ci-tensorflow-v2.yml +++ b/.github/workflows/ci-tensorflow-v2.yml @@ -71,7 +71,7 @@ jobs: - name: Run Tests run: ./run_tests.sh ${{ matrix.framework }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tf-faster-rcnn.yml b/.github/workflows/ci-tf-faster-rcnn.yml index 0500304b5d..73ff0f9655 100644 --- a/.github/workflows/ci-tf-faster-rcnn.yml +++ b/.github/workflows/ci-tf-faster-rcnn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/tf-faster-rcnn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index 22828775a1..924b9bb47d 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/tfv2-faster-rcnn - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true diff --git a/.github/workflows/ci-yolo.yml b/.github/workflows/ci-yolo.yml index 1f603c7fdb..b3a7ae5499 100644 --- a/.github/workflows/ci-yolo.yml +++ b/.github/workflows/ci-yolo.yml @@ -32,7 +32,7 @@ jobs: - name: Run Test Action uses: ./.github/actions/yolo - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true From c7fe0be9f63a9861d864e72f14b2b2fb8a70d9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 07:11:12 +0000 Subject: [PATCH 2/4] Bump docker/metadata-action from 5.5.1 to 5.6.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/8e5442c4ef9f78752691e2d8f8d19755c6f78e81...369eb591f429131d6889c46b94e711f089e6ca96) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index bcd676b6b0..34c80a2f77 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -30,7 +30,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 with: images: adversarialrobustnesstoolbox/releases tags: | From e5c9ac0dd7f2d4ed2ebab6ae17e167521acee083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:46:27 +0000 Subject: [PATCH 3/4] Bump docker/build-push-action from 6.9.0 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4f58ea79222b3b9dc2c8bbdd6debcef730109a75...48aba3b46d1b1fec4febb7c5d0c644b249a11355) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dockerhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 34c80a2f77..91337e7c18 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -38,7 +38,7 @@ jobs: type=semver,pattern={{version}} - name: Build and push Docker image - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 with: context: . push: true From 79f12f6a554ea432fabbbf7d66aa2dbf24c160a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:52:57 +0000 Subject: [PATCH 4/4] Bump tqdm from 4.66.4 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 7c8ca7f610..ca0997329e 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,7 +6,7 @@ matplotlib==3.7.1 scikit-learn==1.4.1.post1 six==1.16.0 Pillow==10.3.0 -tqdm==4.66.4 +tqdm==4.67.1 statsmodels==0.14.2 pydub==0.25.1 resampy==0.4.3