From e3dad7c63215bbeddf154c52379b99f6cec0749f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 13:42:04 +1200 Subject: [PATCH] Bump black from 22.6.0 to 22.8.0 (#3760) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 8ae7563642..bbd707fbb3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.15.0 flake8==5.0.4 -black==22.6.0 # also change in .pre-commit-config.yaml when updating +black==22.8.0 # also change in .pre-commit-config.yaml when updating pyupgrade==2.37.3 # also change in .pre-commit-config.yaml when updating pre-commit