From e26b8577640bd04bebc41bd4c5afd76fed5328ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 17:08:25 +0000 Subject: [PATCH] Update dependency reviewdog to v0.21.2 --- .github/workflows/python-linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-linting.yaml b/.github/workflows/python-linting.yaml index 9aa0a3d..ef0711d 100644 --- a/.github/workflows/python-linting.yaml +++ b/.github/workflows/python-linting.yaml @@ -62,7 +62,7 @@ jobs: - name: Install reviewdog uses: reviewdog/action-setup@v1.3.2 with: - reviewdog_version: v0.20.1 + reviewdog_version: v0.21.2 - name: Install dependencies run: pip install -r requirements-dev.txt