From d9e59bc54a175534c5e7da70a9911d2189641103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:02:53 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.7 to ~=3.1.0 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.7...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linting-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linting-requirements.txt b/linting-requirements.txt index c0af0a558..66c8f44a7 100644 --- a/linting-requirements.txt +++ b/linting-requirements.txt @@ -1,4 +1,4 @@ # Dependencies for code linting -pylint~=2.17.7 +pylint~=3.1.0 # mypy