From d0d7398ded22b18d9dce8caa2a8459053e4b259b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 08:58:27 +0000 Subject: [PATCH] pip(deps): update pylint requirement from ~=2.11 to ~=2.17 Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.11.0...v2.17.4) --- 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 ff176e24..4410738d 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -10,4 +10,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.17