From e794a49a09cb1d5b1dc655a21b9d24fc5fe16a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:00:42 +0000 Subject: [PATCH] Bump pre-commit from 2.12.1 to 2.14.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.1 to 2.14.0. - [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.12.1...v2.14.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c0a7720..6590e53 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==0.812 -pre-commit==2.12.1 +pre-commit==2.14.0 pylint==2.7.4 pytest-cov pytest>=5.4.3