From ee60ba3b1889fe2494a61e694bd3372b91d8fc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:03:36 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.16.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.16.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...v2.16.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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 42a6205df..3d6d45c15 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ mock==4.0.3 freezegun==1.1.0 vcrpy==4.1.1 pytest-cov==2.12.1 -pylint==2.6.0 +pylint==2.16.1 coveralls==3.2.0 autopep8==1.5.7 pytest-timeout==1.4.2