diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-12 14:05:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 14:05:08 +0000 |
commit | b9b77c2f3f550a50bb8fec4b842ed3ff648966b4 (patch) | |
tree | 9c0af1bf536b6b0b2b50944d60b27440dd6eee28 /requirements_test_pre_commit.txt | |
parent | ca5b4aff168ff65fc9b9896265ecf0e58404427f (diff) | |
download | pylint-git-b9b77c2f3f550a50bb8fec4b842ed3ff648966b4.tar.gz |
Bump black from 22.10.0 to 22.12.0 (#7925)
* Bump black from 22.10.0 to 22.12.0
Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.10.0...22.12.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.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 ccc4241a9..a84a5f50a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,7 +1,7 @@ # Everything in this file should reflect the pre-commit configuration # in .pre-commit-config.yaml bandit==1.7.4 -black==22.10.0 +black==22.12.0 flake8==6.0.0 flake8-bugbear==22.12.6 flake8-typing-imports==1.14.0 |