summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-14 10:22:40 +0200
committerGitHub <noreply@github.com>2021-06-14 10:22:40 +0200
commit10abba18b8059456e7e3aa44b03e4b50fddaacd7 (patch)
tree0f64977bc3566d1046350b6e378b8f297bf53285 /requirements_test_pre_commit.txt
parentd6e07c00cbd1ad7508461a8a35e32de866560ab7 (diff)
downloadpylint-git-10abba18b8059456e7e3aa44b03e4b50fddaacd7.tar.gz
Bump black from 21.5b2 to 21.6b0 (#4572)
* Bump black from 21.5b2 to 21.6b0 Bumps [black](https://github.com/psf/black) from 21.5b2 to 21.6b0. - [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> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-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 b0ed66395..3c15ea4a9 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==21.5b2;python_full_version>="3.6.2"
+black==21.6b0;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.8.0
mypy==0.812