From ca70201703806361ae50a9705a2801c6f324e8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 12:20:25 +0200 Subject: [PATCH] Bump black from 21.4b2 to 21.5b0 (#4458) * Bump black from 21.4b2 to 21.5b0 Bumps [black](https://github.com/psf/black) from 21.4b2 to 21.5b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot[bot] * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d774dee5..4e2ae93fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.5b0 hooks: - id: black args: [--safe, --quiet] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index fc5f74a09..3951e37c0 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ autoflake==1.4 -black==21.4b2 +black==21.5b0 flake8==3.9.2 isort==5.8.0 mypy==0.812