From e598ed94939faa31456d75da544083c1f2718b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:35:53 +0000 Subject: [PATCH] Bump pylint from 2.14.4 to 2.14.5 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.4...v2.14.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ccbc862895..58983e34ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -97,7 +97,7 @@ pyflakes==2.4.0 # via flake8 pygments==2.12.0 # via ipython -pylint==2.14.4 +pylint==2.14.5 # via -r test-requirements.in pyopenssl==22.0.0 # via -r test-requirements.in