From d8f8211a1cdd522a40d9651311c38f9fc0951f33 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 13 Jul 2023 08:55:21 -0300 Subject: [PATCH] ci: Bump pylint version Change pylint version to match latest version on Fedora 38. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a669ddec..28d20c16 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -76,7 +76,7 @@ jobs: python-version: "3.x" - name: Run pylint run: | - pip install pylint==2.14.4 wrapt==1.14.0 + pip install pylint==2.17.2 pylint plugins roles --disable=import-error shellcheck: -- GitLab