From 2afe73eba70b990d0ce72280dffb6455523e901e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:55:21 +0000 Subject: [PATCH] Bump pylint from 2.11.1 to 2.14.5 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.11.1 to 2.14.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.1...v2.14.5) --- 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 bd4e03e3..b4753ea2 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ coveralls==3.3.1 flake8==4.0.1 flake8-isort==4.1.1 pydocstyle==6.1.1 -pylint==2.13.9 +pylint==2.14.5 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0