From bfab0836596e925570b0ccda49ffe5f9c87f63de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:05:20 +0000 Subject: [PATCH 1/2] Bump ruff from 0.4.5 to 0.4.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.6) --- updated-dependencies: - dependency-name: ruff 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 35b2d2bc..57f0ca02 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -ruff==0.4.5 +ruff==0.4.6 black==24.4.2 build==1.2.1 coverage==7.5.3 From 503faf7dbfe62948e8068585a1fb350b481c74b4 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 29 May 2024 15:10:56 -0400 Subject: [PATCH 2/2] Roll back codecov action to v3 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ffd82d34..8c2f71cd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: run: | tox -r -e cov - name: Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true # optional (default = false) files: ./coverage.xml