From 99520498f7b56ac47a6d1c668e4f9b8a6af8f7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:31:26 +0000 Subject: [PATCH 1/4] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](/~https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd7fcc6..3e1fa5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 ########################################################################################################################## ########################################################################################################################## @@ -371,7 +371,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 ########################################################################################################################## ########################################################################################################################## @@ -436,7 +436,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 ########################################################################################################################## From 11151b37cd5593ccc30ec3c9f3f581e140587275 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 20 May 2024 11:15:06 -0400 Subject: [PATCH 2/4] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38f689c..109a942 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ print-%: OTHER_ARGS := -.PHONY: develop-py develop-rust develop +.PHONY: develop-py develop-cpp develop develop-py: pip install -U toml pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'` From d255507f77c6b2369889d577385998113e577c9a Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:07:11 -0400 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d88508..42cac77 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "part: github_actions" + - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" + labels: + - "lang: python" + - "part: dependencies" From 2f1c6cbf42d64f350fdee567bec40dd5fc8d2321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:35:33 +0000 Subject: [PATCH 4/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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e1fa5d..5f3f7c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 ########################################################################################################################## ########################################################################################################################## @@ -371,7 +371,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 ########################################################################################################################## ########################################################################################################################## @@ -436,7 +436,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 ##########################################################################################################################