From 462559d807664ead2894ae7aa011890dabe5a407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 08:12:24 +0000 Subject: [PATCH] pip(deps): update pylint requirement from ~=2.11 to ~=2.13 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.0...v2.13.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/DEV_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index e5c77c84..22ec480b 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -8,4 +8,4 @@ pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6' pytest~=7.0 pytest-cov~=3.0 -pylint~=2.11 +pylint~=2.13