From 3d7d52a62b1572da82cad1952aaab2704e44233e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:44:06 +0100 Subject: [PATCH] Bump black from 22.10.0 to 22.12.0 (#4049) 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 f222ed62e..285709724 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black args: diff --git a/requirements_tests.txt b/requirements_tests.txt index 7c04877b4..3a779ae63 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ -black==22.10.0 +black==22.12.0 codecov==2.1.12 coverage==7.0.1 flake8-docstrings==1.6.0