summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-06 13:04:53 +0000
committerGitHub <noreply@github.com>2021-12-06 13:04:53 +0000
commita110737cbc0200feedab7e0b0220449f0a8ef221 (patch)
tree3776237db727df6695572665e05b6f9473457995
parent0624eb574c830646895630bc279caabcf7dbab3d (diff)
downloadpylint-git-dependabot/pip/pre-commit-approx-eq-2.16.tar.gz
Update pre-commit requirement from ~=2.15 to ~=2.16dependabot/pip/pre-commit-approx-eq-2.16
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/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index 3afe3a5d9..5041a1d3b 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -2,7 +2,7 @@
-r requirements_test_min.txt
coveralls~=3.3
coverage~=6.2
-pre-commit~=2.15;python_full_version>="3.6.2"
+pre-commit~=2.16;python_full_version>="3.6.2"
tbump~=6.6.0
pyenchant~=3.2
pytest-cov~=3.0