From e5462862c31014dbc9d2196b5d122a06ddec4645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 14:44:41 +0000 Subject: [PATCH] Bump pre-commit from 2.9.3 to 2.10.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.3 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.9.3...v2.10.1) Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 01611ba5e67..fedd159fd99 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -3,5 +3,5 @@ flake8==3.8.4 flake8-pyi==20.10.0 isort==5.7.0 mypy==0.790; implementation_name=="cpython" -pre-commit==2.9.3 +pre-commit==2.10.1 pytest==6.2.2