diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-10 19:52:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 19:52:52 +0200 |
commit | b0220bdd11d3fe0a18f6d8bed2402cba6fd5dfc2 (patch) | |
tree | 4ac7e3bdfecb7342481bcd8cef1f2de10e783ad0 /requirements_test_pre_commit.txt | |
parent | e3828870a1aee46dac137990ae152ea4639e1cc2 (diff) | |
download | astroid-git-b0220bdd11d3fe0a18f6d8bed2402cba6fd5dfc2.tar.gz |
Bump black from 22.8.0 to 22.10.0 (#1825)
Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.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.8.0...22.10.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 be31e4a9..333de331 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ -black==22.8.0 +black==22.10.0 pylint==2.15.4 isort==5.10.1 flake8==5.0.4 |