From fdb8087d9c94a2e9932c42443f8d4fdf11060773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 12:47:59 +0000 Subject: [PATCH] Update pylint requirement from ~=2.9 to ~=2.10 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.9.0...v2.10.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index cfef951..f1a1485 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ asynctest~=0.13 flake8~=3.9 flake8-docstrings~=1.6 mypy==0.910 -pylint~=2.9 +pylint~=2.10 pylint-strict-informational==0.1 pytest~=6.2 pytest-cov~=2.10