From 86bd16b2ba3ebb349dd11c1291e6ef7a6f5f9f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 02:14:38 +0100 Subject: [PATCH] Bump black from 21.11b1 to 21.12b0 (#3342) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15de1b273..179ceb9ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black args: diff --git a/requirements_tests.txt b/requirements_tests.txt index b832838a6..ee25321e1 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ -black==21.11b1 +black==21.12b0 codecov==2.1.12 coverage==6.2 flake8-docstrings==1.6.0