From 378cd408f51753fc9a596c35c8202a382b38a534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:01:09 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 2.10.0 to 2.10.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.0 to 2.10.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.10.0...v2.10.1) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 552aea3c..dc7bf08f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ black==20.8b1 isort==5.7.0 # Git pre commit -pre-commit==2.10.0 +pre-commit==2.10.1 # Test code pytest==6.2.2