From 63ffe8f59579a036c82858481df00384ffb8670e Mon Sep 17 00:00:00 2001 From: Dalton Bohning <dalton.bohning@intel.com> Date: Tue, 24 Sep 2024 19:35:01 +0000 Subject: [PATCH] DAOS-16626 cq: update pylint to 3.3.1 update pylint to 3.3.1 Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com> --- 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.