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](3375665f71...eb57934f28)

---
updated-dependencies:
- dependency-name: install-pinned/black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-02 00:49:53 +01:00 committed by GitHub
parent 88e0d61093
commit 3e04379eaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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