summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-06 17:32:04 +0000
committerGitHub <noreply@github.com>2023-02-06 17:32:04 +0000
commit11f7a4f5826d0bf1b1d1325ed49c6c91127c695e (patch)
tree38d25452c2b6bb60c6addbd7d9a1c2d6424126b5 /requirements_test_pre_commit.txt
parentc31a3e1e36fdc24a9e85b1f5a2fa95ec85073764 (diff)
downloadpylint-git-11f7a4f5826d0bf1b1d1325ed49c6c91127c695e.tar.gz
Bump black from 23.1a1 to 23.1.0 (#8199)
Bumps [black](https://github.com/psf/black) from 23.1a1 to 23.1.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/commits/23.1.0) --- 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index eb2300734..5d54669e4 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -2,7 +2,7 @@
# in .pre-commit-config.yaml
pre-commit~=3.0;python_version>='3.8'
bandit==1.7.4
-black==23.1a1
+black==23.1.0
flake8==6.0.0;python_version>='3.8'
flake8-bugbear==23.1.20;python_version>='3.8'
flake8-typing-imports==1.14.0;python_version>='3.8'