summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-06 13:03:26 +0000
committerGitHub <noreply@github.com>2021-09-06 13:03:26 +0000
commit535b5d5286833bc87aad85b227585b6bc642bd27 (patch)
treec36655efd0c1d2ed2a54fa7cec2d31ff88f99178
parent40cc2ffd7887959157aaf469e09585ec2be7f528 (diff)
downloadpylint-git-dependabot/pip/pre-commit-approx-eq-2.15.tar.gz
Update pre-commit requirement from ~=2.14 to ~=2.15dependabot/pip/pre-commit-approx-eq-2.15
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.14.0...v2.15.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 07cddbc3a..e912ca13b 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -2,7 +2,7 @@
-r requirements_test_min.txt
coveralls~=3.2
coverage~=5.5
-pre-commit~=2.14;python_full_version>="3.6.2"
+pre-commit~=2.15;python_full_version>="3.6.2"
tbump~=6.3.2
pyenchant~=3.2
pytest-cov~=2.12