From 5b26a956d002e87c491215d460a3c053322d840b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:20:43 +0000 Subject: [PATCH 1/3] Bump tqdm from 4.66.1 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... 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 e6aa782865..74e0155e5b 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.1 +tqdm==4.66.4 statsmodels==0.14.1 pydub==0.25.1 resampy==0.4.2 From 0afbc7b31d880eaec3bb591b1490b2fccfc9acdc Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Mon, 6 May 2024 13:01:08 +0200 Subject: [PATCH 2/3] Update Dockerfiles for Codecov upload action v4 Signed-off-by: Beat Buesser --- .github/workflows/ci-tfv2-faster-rcnn.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index fada9163b1..c84f0f89ad 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -33,6 +33,7 @@ jobs: uses: ./.github/actions/tfv2-faster-rcnn - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} From 2caf532b139b48cf864b76f0e37b8d0f7594633d Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Mon, 6 May 2024 15:10:58 +0200 Subject: [PATCH 3/3] Update Dockerfiles for Codecov upload action v4 Signed-off-by: Beat Buesser --- .github/workflows/ci-tfv2-faster-rcnn.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-tfv2-faster-rcnn.yml b/.github/workflows/ci-tfv2-faster-rcnn.yml index c84f0f89ad..fada9163b1 100644 --- a/.github/workflows/ci-tfv2-faster-rcnn.yml +++ b/.github/workflows/ci-tfv2-faster-rcnn.yml @@ -33,7 +33,6 @@ jobs: uses: ./.github/actions/tfv2-faster-rcnn - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}