From 92faaa4e447576234bc1fdd24b09ac954b4f6874 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 13:18:31 +0000 Subject: [PATCH] build(deps-dev): Bump pre-commit from 1.18.3 to 1.19.0 in /backend Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.18.3 to 1.19.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.18.3...v1.19.0) 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 b790ee6d8..a14fad001 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ fakeredis==1.0.5 -pre-commit==1.18.3 +pre-commit==1.19.0 pytest==5.2.1 pytest-responses==0.4.0 responses==0.10.6