From 77c24093458578148c8cba8fc32c505dc5a5d58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 02:34:53 +0000 Subject: [PATCH] Bump pylint from 2.13.0 to 2.14.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.0 to 2.14.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.0...v2.14.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index dd538555..ba68b0bc 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -8,7 +8,7 @@ mypy==0.950 numpy==1.21.6 pycodestyle==2.8.0 pydocstyle==6.1.1 -pylint==2.13.0 +pylint==2.14.3 pytest==7.1.2 pytest-cov==3.0.0 pytest-memprof==0.2.0