From b0b09252f5fce8d663d030329fbd31269213aae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:31:46 +0000 Subject: [PATCH] Bump pylint from 2.11.1 to 2.14.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.14.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.1...v2.14.4) --- 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..cc3111f5 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.4 pytest==6.2.5 pytest-cov==2.12.1 pytest-timeout==1.4.2