diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 07:22:46 +0000 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-07 09:36:21 +0200 |
commit | 07df776717718cb5d6b63121786298c2fd0acd46 (patch) | |
tree | 9d28d1c5e882687836a034831c26e5e88fb96f35 /requirements_test.txt | |
parent | 0b250de75ca12b0fd142662323bc5439943bdd60 (diff) | |
download | pylint-git-07df776717718cb5d6b63121786298c2fd0acd46.tar.gz |
Update pre-commit requirement from ~=2.11 to ~=2.12
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.11.0...v2.12.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements_test.txt')
-rw-r--r-- | requirements_test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt index 28e29724c..90c06b0c2 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ -r requirements_test_min.txt coveralls~=3.0 coverage~=5.5 -pre-commit~=2.11 +pre-commit~=2.12 pyenchant~=3.2 pytest-cov~=2.11 pytest-profiling~=1.7 |