From 25130fcf322a91ca1927add02c8e91b18ae40e70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:46:14 +0100 Subject: [PATCH] chore(deps): update dependency flake8 to v6.1.0 (#108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6cb41148..250cbe8b 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -65,7 +65,7 @@ jobs: fi - name: Push changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v0.6.0 if: always() && steps.commit.outputs.CHANGES == 'true' with: branch: ${{ github.head_ref }} diff --git a/pyproject.toml b/pyproject.toml index 3c9384f2..a3977d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "build", "pylint==2.17.7", "black==22.12.0", - "flake8==6.0.0", + "flake8==6.1.0", "isort==5.12.0", "pre-commit==2.21.0", "pyc_wheel==1.2.7",