summaryrefslogtreecommitdiff
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
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>
-rw-r--r--requirements_test.txt1
-rw-r--r--requirements_test_pre_commit.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index f67a22d38..ad44a0cb9 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -1,7 +1,6 @@
-r requirements_test_pre_commit.txt
-r requirements_test_min.txt
coverage~=7.1
-pre-commit~=2.21
tbump~=6.9.0
contributors-txt>=1.0.0
pytest-cov~=4.0
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'