diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 451a2f1..f59180d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -6,7 +6,7 @@ on: black-version: required: false type: string - default: '25.1.0' + default: '26.1.0' flake8-version: required: false type: string @@ -14,11 +14,11 @@ on: pylint-version: required: false type: string - default: '3.3.8' + default: '4.0.4' ruff-version: required: false type: string - default: '0.12.10' + default: '0.15.0' BASH_SEVERITY: required: false type: string