From 2e6c59b0795e1a9dd758d3614c31e69ecd18f1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:36:01 +0000 Subject: [PATCH] build(deps): bump the workflows group with 3 updates Bumps the workflows group with 3 updates: [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment). Updates `release-drafter/release-drafter` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/6a93d829887aa2e0748befe2e808c66c0ec6e4c7...3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3) Updates `astral-sh/setup-uv` from 7.3.1 to 7.5.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/5a095e7a2014a4212f075830d4f7277575a9d098...e06108dd0aef18192324c70427afc47652e63a82) Updates `MishaKav/pytest-coverage-comment` from 1.6.0 to 1.7.1 - [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/pytest-coverage-comment/compare/26f986d2599c288bb62f623d29c2da98609e9cd4...287292879eaaff04116f36d3eb1a670f6e5df1a4) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows - dependency-name: astral-sh/setup-uv dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-pr-label-by-branch.yml | 2 +- .github/workflows/reusable-python-uv-pytest.yml | 4 ++-- .github/workflows/reusable-release-draft-on-merge.yml | 2 +- .github/workflows/reusable-release-on-merge.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-pr-label-by-branch.yml b/.github/workflows/reusable-pr-label-by-branch.yml index 4d544ff..8ae0582 100644 --- a/.github/workflows/reusable-pr-label-by-branch.yml +++ b/.github/workflows/reusable-pr-label-by-branch.yml @@ -83,7 +83,7 @@ jobs: with: preserve_labels: ${{ inputs.preserve_dependabot_labels }} - - uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 + - uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 if: steps.prerequisite-check.outputs.auto_label == 'true' id: autolabel with: diff --git a/.github/workflows/reusable-python-uv-pytest.yml b/.github/workflows/reusable-python-uv-pytest.yml index 0bc8652..59366e9 100644 --- a/.github/workflows/reusable-python-uv-pytest.yml +++ b/.github/workflows/reusable-python-uv-pytest.yml @@ -70,7 +70,7 @@ jobs: key: ${{ runner.os }}-tool-versions-${{ hashFiles('.tool-versions') }} - name: Set up Python ${{ matrix.python-version }} - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 + uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 with: python-version: ${{ matrix.python-version }} @@ -99,7 +99,7 @@ jobs: - name: Report coverage if: ${{ inputs.report-coverage }} - uses: MishaKav/pytest-coverage-comment@26f986d2599c288bb62f623d29c2da98609e9cd4 + uses: MishaKav/pytest-coverage-comment@287292879eaaff04116f36d3eb1a670f6e5df1a4 with: pytest-xml-coverage-path: ./htmlcov/coverage.xml title: Coverage report for Python ${{ matrix.python-version }} diff --git a/.github/workflows/reusable-release-draft-on-merge.yml b/.github/workflows/reusable-release-draft-on-merge.yml index 6d3b191..9a32f4a 100644 --- a/.github/workflows/reusable-release-draft-on-merge.yml +++ b/.github/workflows/reusable-release-draft-on-merge.yml @@ -24,7 +24,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 + - uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 with: commitish: ${{ inputs.commitish}} latest: ${{ inputs.latest }} diff --git a/.github/workflows/reusable-release-on-merge.yml b/.github/workflows/reusable-release-on-merge.yml index 9fe9ee6..3b58e18 100644 --- a/.github/workflows/reusable-release-on-merge.yml +++ b/.github/workflows/reusable-release-on-merge.yml @@ -42,7 +42,7 @@ jobs: outputs: release_version: ${{ steps.release-drafter.outputs.tag_name }} steps: - - uses: release-drafter/release-drafter@6a93d829887aa2e0748befe2e808c66c0ec6e4c7 + - uses: release-drafter/release-drafter@3a7fb5c85b80b1dda66e1ccb94009adbbd32fce3 id: release-drafter with: config-name: ${{ inputs.config_name }}