diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-22 14:28:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 14:28:16 +0100 |
commit | d288ec3544fae6a154b3e5fd34fe0f5d10e74e53 (patch) | |
tree | 1897a3853173b7bb63e6cb8e431169a1644135ec /requirements_test_pre_commit.txt | |
parent | 315db2da8ccfff58fd052967ca5007e022f26346 (diff) | |
download | pylint-git-d288ec3544fae6a154b3e5fd34fe0f5d10e74e53.tar.gz |
Bump black from 21.10b0 to 21.11b1 (#5368)
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1.
- [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 3d730baf7..e8fe14e69 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.10b0;python_full_version>="3.6.2" +black==21.11b1;python_full_version>="3.6.2" flake8==4.0.1 isort==5.10.1 mypy==0.910 |