summaryrefslogtreecommitdiff
path: root/requirements_test_pre_commit.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-31 14:48:01 +0000
committerGitHub <noreply@github.com>2023-01-31 14:48:01 +0000
commita9e44df5ccdc67fdf069368e58edf7f4300eeee1 (patch)
tree26bb3db778b5c5241f641e7ff593f976234d7ea0 /requirements_test_pre_commit.txt
parentfb977e151f8463f02ed49df0f10d907fbafc866c (diff)
downloadpylint-git-a9e44df5ccdc67fdf069368e58edf7f4300eeee1.tar.gz
Update pre-commit requirement from ~=2.21 to ~=3.0 (#8134)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit 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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt
index abaf0194d..eb2300734 100644
--- a/requirements_test_pre_commit.txt
+++ b/requirements_test_pre_commit.txt
@@ -1,5 +1,6 @@
# Everything in this file should reflect the pre-commit configuration
# in .pre-commit-config.yaml
+pre-commit~=3.0;python_version>='3.8'
bandit==1.7.4
black==23.1a1
flake8==6.0.0;python_version>='3.8'