summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-20 15:24:15 +0200
committerGitHub <noreply@github.com>2021-09-20 15:24:15 +0200
commit2513da5c46715654aaefbfbef13fa721f54a3aa7 (patch)
tree26d57d1cd57c37725e7d062123633c461bc11154
parentb56a9f3d865e2a0773e7079edb0da7a01b3aeb9f (diff)
downloadpylint-git-2513da5c46715654aaefbfbef13fa721f54a3aa7.tar.gz
Bump black from 21.8b0 to 21.9b0 (#5052)
Bumps [black](https://github.com/psf/black) from 21.8b0 to 21.9b0. - [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>
-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 dc2031fb8..4f24a86bf 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.8b0;python_full_version>="3.6.2"
+black==21.9b0;python_full_version>="3.6.2"
flake8==3.9.2
isort==5.9.3
mypy==0.910