From 1a3dbb1e4fb4b80f7d28a5d428f94f4acf1b4e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 12:44:01 +0000 Subject: [PATCH] build(deps): bump black from 21.7b0 to 22.1.0 Bumps [black](https://github.com/psf/black) from 21.7b0 to 22.1.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/commits/22.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter-requirements.txt b/linter-requirements.txt index 8c7dd7d6e5..193223fef4 100644 --- a/linter-requirements.txt +++ b/linter-requirements.txt @@ -1,4 +1,4 @@ -black==21.7b0 +black==22.1.0 flake8==3.9.2 flake8-import-order==0.18.1 mypy==0.782