From 48a254c3f3058292e5c1154e65b8cca6f9779792 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 09:40:45 +0000 Subject: [PATCH] build(deps-dev): Bump pre-commit from 1.18.2 to 1.18.3 in /bot Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.18.2 to 1.18.3. - [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.18.2...v1.18.3) Signed-off-by: dependabot-preview[bot] --- bot/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements-dev.txt b/bot/requirements-dev.txt index 4b91ca5e1..540d69822 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,5 +1,5 @@ jsonschema==3.0.2 json-e==3.0.0 -pre-commit==1.18.2 +pre-commit==1.18.3 pytest==5.1.1 responses==0.10.6