From 895d79995d2c4415cf7d51643a7778b1b0f1e855 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:20:04 +0000 Subject: [PATCH] build(deps-dev): Bump pre-commit from 2.0.1 to 2.1.1 in /backend Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.0.1 to 2.1.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/v2.0.1...v2.1.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 f72d47d74..2b6121593 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ fakeredis==1.2.1 -pre-commit==2.0.1 +pre-commit==2.1.1 pytest==5.3.5 pytest-responses==0.4.0 responses==0.10.9