From a495c5ed02811f9cb272d88d87e4f9c534e1c079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:55:55 +0200 Subject: [PATCH] Bump pylint from 2.17.7 to 3.0.0 (#622) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index ddbccfba..23983c9c 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,4 +1,4 @@ flake8==6.1.0 -pylint==2.17.7 +pylint==3.0.0 black==23.9.1 pytest==7.4.2