From acf58e2f3d0f493da75cc44da8d2eba458160092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:12:24 +0000 Subject: [PATCH] Update pylint requirement from ~=2.17.7 to ~=3.0.2 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.0.2) --- 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..596443319 100644 --- a/linting-requirements.txt +++ b/linting-requirements.txt @@ -1,4 +1,4 @@ # Dependencies for code linting -pylint~=2.17.7 +pylint~=3.0.2 # mypy