Update pre-commit requirement from ~=2.14 to ~=2.15 (#4974)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-06 15:34:12 +02:00 committed by GitHub
parent 40cc2ffd78
commit 130dd1b3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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