From 3cfb3eff39c6762463f9837cc5e75df87c3ed786 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 08:10:38 +0000 Subject: [PATCH] :arrow_up: Bump pre-commit from 1.15.1 to 1.17.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 1.15.1 to 1.17.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.15.1...v1.17.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce573ab..43245e6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "fastapi==0.23.0", "pytest_runner==4.4", "zenroom==0.2.5", - "pre-commit==1.15.1", + "pre-commit==1.17.0", "python-multipart==0.0.5", "pyjwt==1.7.1", "sqlalchemy==1.3.2",