From 380321e9105eebebf8846256afadfaa140cdc395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:34:58 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.7.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.7.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...pylint-2.7.2) 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 c87cebd..d7b5c9b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ black==20.8b1 flake8==3.9.0 -pylint==2.6.0 +pylint==2.7.2 pytest==6.2.2 \ No newline at end of file