summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-19 19:12:03 +0200
committerGitHub <noreply@github.com>2021-07-19 19:12:03 +0200
commit702d875d61eea62b1bbc55a83997b4c60dd339e7 (patch)
tree86976abdcb00b9b4629e635fd2007194ffa3a57c /requirements_test_pre_commit.txt
parentf6c813824183d5d3738e0c426001a7b39948bc99 (diff)
downloadpylint-git-702d875d61eea62b1bbc55a83997b4c60dd339e7.tar.gz
Bump black from 21.6b0 to 21.7b0 (#4719)
* Bump black from 21.6b0 to 21.7b0 Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0. - [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.yaml 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 e9967b397..cc96bcb13 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.6b0;python_full_version>="3.6.2"
+black==21.7b0;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.9.2
mypy==0.910