From 1ff62bd79becf50ee6e32c12c071768ef439dc23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 17:42:06 +0000 Subject: [PATCH] build(deps-dev): Bump pre-commit from 1.18.0 to 1.18.1 in /backend Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.18.0 to 1.18.1. - [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.0...v1.18.1) Signed-off-by: dependabot-preview[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index f885331bd..ed3f936d9 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ fakeredis==1.0.3 -pre-commit==1.18.0 +pre-commit==1.18.1 pytest==5.0.1 responses==0.10.6