From 16fb9ea6b5b15bd3c5b38a508f037bd53ba3fc65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:39:17 +0000 Subject: [PATCH] Bump pylint from 2.11.1 to 2.14.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.14.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.1...v2.14.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 0ab11950..33719bd3 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ coveralls==3.2.0 flake8==3.9.2 flake8-isort==4.0.0 pydocstyle==6.1.1 -pylint==2.11.1 +pylint==2.14.3 pytest==6.2.5 pytest-cov==2.12.1 pytest-timeout==1.4.2