From 09e6c11d73adc0e0de78dcfa7bd6009b61fcba00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:42:28 +0200 Subject: [PATCH] Bump black from 22.3.0 to 22.6.0 (#3613) --- .pre-commit-config.yaml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 215f6ea0f..c14d5b4a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: diff --git a/requirements_test.txt b/requirements_test.txt index d49ce2ef4..05e74b872 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.14.3 flake8==4.0.1 -black==22.3.0 +black==22.6.0 # also change in .pre-commit-config.yaml when updating pyupgrade==2.34.0 # also change in .pre-commit-config.yaml when updating pre-commit