From 3e04379eafcaf86df00fe0b6aedfcc69b76bfd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:49:53 +0100 Subject: [PATCH] Bump install-pinned/black (#5959) Bumps [install-pinned/black](https://github.com/install-pinned/black) from 3375665f712256be11c3212db472c3dafc217fa1 to eb57934f28e8d533bbcb4caa88d00b613b6ddd00. - [Release notes](https://github.com/install-pinned/black/releases) - [Commits](https://github.com/install-pinned/black/compare/3375665f712256be11c3212db472c3dafc217fa1...eb57934f28e8d533bbcb4caa88d00b613b6ddd00) --- updated-dependencies: - dependency-name: install-pinned/black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8ed005166..8dca853d1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -39,7 +39,7 @@ jobs: - uses: install-pinned/autoflake@dfa39c5f136f5b885c175734a719dc6ad1f11fc7 - run: autoflake --in-place --remove-all-unused-imports --exclude mitmproxy/contrib -r . - - uses: install-pinned/black@3375665f712256be11c3212db472c3dafc217fa1 + - uses: install-pinned/black@eb57934f28e8d533bbcb4caa88d00b613b6ddd00 - run: black --extend-exclude mitmproxy/contrib . - uses: mhils/add-pr-ref-in-changelog@main