summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-30 15:17:08 +0200
committerGitHub <noreply@github.com>2021-08-30 15:17:08 +0200
commit8c4f60ff82ed837edb095f39d99c4c413cc72cc0 (patch)
treec7bc2f9b6b0a85322f8f3d6a1dbc879e5eb09b40 /requirements_test_pre_commit.txt
parenta754d8dd7f2eab2c6ee7e443948084f476fef296 (diff)
downloadpylint-git-8c4f60ff82ed837edb095f39d99c4c413cc72cc0.tar.gz
Bump black from 21.7b0 to 21.8b0 (#4930)
Bumps [black](https://github.com/psf/black) from 21.7b0 to 21.8b0. - [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>
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 bfe572d85..dc2031fb8 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.7b0;python_full_version>="3.6.2"
+black==21.8b0;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.9.3
mypy==0.910