Skip to content

Commit 51502dd

Browse files
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc18ab9 commit 51502dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mypy==0.910; implementation_name=="cpython"
22
flake8==4.0.1
33
flake8-pyi==20.10.0; python_version >= "3.6"
4-
black==21.9b0; python_version >= "3.6" and implementation_name=="cpython"
4+
black==21.10b0; python_version >= "3.6" and implementation_name=="cpython"

0 commit comments

Comments
 (0)