diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-01 14:18:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 14:18:25 +0100 |
commit | 62758ae7026398f556bcde2215fc4051b1764ef5 (patch) | |
tree | 3313324ce75264ec213a52057d4dfeaab9636546 /requirements_test_pre_commit.txt | |
parent | 76b3ef6f013827330e25a07b37093990ad5a08a3 (diff) | |
download | pylint-git-62758ae7026398f556bcde2215fc4051b1764ef5.tar.gz |
Bump black from 21.9b0 to 21.10b0 (#5240)
Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0.
- [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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 94680df47..169844319 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.9b0;python_full_version>="3.6.2" +black==21.10b0;python_full_version>="3.6.2" flake8==4.0.1 isort==5.9.3 mypy==0.910 |