diff --git a/.github/workflows/python-code-quality.yml b/.github/workflows/python-code-quality.yml index 51e2061bd9c..a88d66a7681 100644 --- a/.github/workflows/python-code-quality.yml +++ b/.github/workflows/python-code-quality.yml @@ -36,7 +36,7 @@ jobs: # renovate: datasource=pypi depName=bandit BANDIT_VERSION: "1.9.4" # renovate: datasource=pypi depName=ruff - RUFF_VERSION: "0.15.7" + RUFF_VERSION: "0.15.14" runs-on: ${{ matrix.os }} permissions: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c111c0821c..7a3bf830720 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.7 + rev: v0.15.14 hooks: # Run the linter. - id: ruff-check