From cd2e5516f2fb1430a347078ae1ea6b9bab9bfbd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:41:17 +0000 Subject: [PATCH] Update dependency pylint to v3 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 84f4a649..924a8868 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. oslotest>=3.2.0 # Apache-2.0 -pylint>=2.2.0,<=2.5.3 # GPLv2 +pylint>=3.3.0,<=3.3.0 # GPLv2