From c23cbe49e660880bb2a41250da30581fa8d222da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 06:08:27 +0000 Subject: [PATCH] Bump pylint from 2.4.2 to 2.4.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.4.2 to 2.4.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.4.2...pylint-2.4.4) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4ead6b54e5..98d6edce74 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -37,7 +37,7 @@ pycodestyle==2.5.0 # via flake8 pycparser==2.19 # via cffi pyflakes==2.1.1 # via flake8 pygments==2.5.2 # via ipython -pylint==2.4.2 +pylint==2.4.4 pyopenssl==19.1.0 pyparsing==2.4.6 # via packaging pytest-cov==2.8.1