From 548104ba1065ce06b883d2e9651e08bc58b86bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 19:09:36 +0200 Subject: Bump black from 22.6.0 to 22.8.0 (#7416) Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.6.0...22.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test_pre_commit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements_test_pre_commit.txt') diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 54241ebbb..2c8b4ace8 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Everything in this file should reflect the pre-commit configuration # in .pre-commit-config.yaml -black==22.6.0 +black==22.8.0 flake8==5.0.4 flake8-typing-imports==1.13.0 isort==5.10.1 -- cgit v1.2.1