From ecd6bccdb4e64c6bb204d1f12bab6d862600f5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:20:46 +0000 Subject: [PATCH] Bump pre-commit from 2.9.2 to 2.11.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.2 to 2.11.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.2...v2.11.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 52efccd..c7db1e9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==0.790 -pre-commit==2.9.2 +pre-commit==2.11.1 pylint==2.6.0 pytest-cov pytest>=5.4.3