From 64756a23b1cc56a11e4334abd1e967e20173e68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 04:01:57 +0000 Subject: [PATCH] Update pre-commit requirement in /requirements 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.7.0...v2.10.0) Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 14aad848..2b6fb7d4 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,7 +4,7 @@ black==20.8b1 flake8>=3.8,<3.9 nose2>=0.9,<0.10 -pre-commit>=2.7,<2.10 +pre-commit>=2.7,<2.11 #qgis-plugin-ci>=1.8,<1.9 rstcheck>=3.3,<3.4 sphinx-autobuild>=2020.9,<2021