From 51502dd46ff08cefc94abc5d7b52ffa9f239e8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 19:22:36 +0200 Subject: [PATCH] Bump black from 21.9b0 to 21.10b0 (#632) Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0. - [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) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 91a90e0fc..8d8c0f20d 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,4 +1,4 @@ mypy==0.910; implementation_name=="cpython" flake8==4.0.1 flake8-pyi==20.10.0; python_version >= "3.6" -black==21.9b0; python_version >= "3.6" and implementation_name=="cpython" +black==21.10b0; python_version >= "3.6" and implementation_name=="cpython"