From 19640f32833ee561773ce73b0339ae1edbd6dfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 08:06:59 +0000 Subject: [PATCH] Update pylint requirement from ~=2.13 to ~=2.14 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.0...v2.14.0) --- 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 2eec7fb..81a42bb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ asynctest~=0.13 flake8~=4.0 flake8-docstrings~=1.6 mypy==0.960 -pylint~=2.13 +pylint~=2.14 pylint-strict-informational==0.1 pytest~=7.1 pytest-cov~=2.12