From a60906fd111c646426bfa46ff9a4c7340a4092c8 Mon Sep 17 00:00:00 2001 From: Dalton Bohning Date: Tue, 1 Oct 2024 11:48:49 -0700 Subject: [PATCH] DAOS-16626 cq: update pylint to 3.3.1 (#15182) update pylint to 3.3.1 Signed-off-by: Dalton Bohning --- utils/cq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index 2491a4ecadd..1a27d1210ef 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -4,7 +4,7 @@ pyenchant ## https://github.com/pycqa/flake8/issues/1389 https://github.com/PyCQA/flake8/pull/1720 flake8<6.0.0 isort==5.13.2 -pylint==3.3.0 +pylint==3.3.1 yamllint==1.35.1 codespell==2.2.6 # Used by ci/jira_query.py which pip installs it standalone.