From 4d9cd4ee2e8ce6f786e627aa6caa8f36fa181e05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 09:25:54 +0000 Subject: [PATCH] build(deps-dev): Bump pre-commit from 2.5.1 to 2.6.0 in /bot Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.5.1 to 2.6.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.5.1...v2.6.0) 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 4d394961a..6623f43c8 100644 --- a/bot/requirements-dev.txt +++ b/bot/requirements-dev.txt @@ -1,6 +1,6 @@ json-e==4.1.0 jsonschema==3.2.0 -pre-commit==2.5.1 +pre-commit==2.6.0 pytest==5.4.3 pytest-responses==0.4.0 responses==0.10.15