summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-26 07:27:31 +0000
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 09:32:43 +0200
commit530909cd0baf9cb17c6bd2ae36687df96107c091 (patch)
tree5e8ac105a0471ac9e07dc8bf17b1427c77021a31
parenta74259190d2d3266130baf5eac201e944a48e14e (diff)
downloadpylint-git-530909cd0baf9cb17c6bd2ae36687df96107c091.tar.gz
Bump black from 20.8b1 to 21.4b0
Bumps [black](https://github.com/psf/black) from 20.8b1 to 21.4b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/master/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test_pre_commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index 622c602da..4fb3bd082 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,5 @@
autoflake==1.4
-black==20.8b1
+black==21.4b0
flake8==3.9.0
isort==5.8.0
mypy==0.812