From 2cb4ddd52eef751ba409180aa3d774a03e81b07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Oct 2018 12:13:06 +0000 Subject: [PATCH] Bump pre-commit from 1.11.2 to 1.12.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.11.2 to 1.12.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/v1.11.2...v1.12.0) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 962b6f16..2c62c812 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,7 @@ webapp2>=3.0.0b1 falcon>=0.3.0 # Pre-commit hooks (runs black) -pre-commit==1.11.2 +pre-commit==1.12.0 # Syntax checking flake8==3.5.0