From c8dffebe57e50c64bb0de41b7c4601bc8b0e2c02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:40:27 +0000 Subject: [PATCH] fix(deps): update ruff to v0.11.6 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acf69403e..241ac991f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: taplo-lint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.5 + rev: v0.11.6 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 3e7ff7a6f..c0af2e724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. - devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.11.5"] + devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.11.6"] devel-docs = [ "mkdocs-literate-nav~=0.6", "mkdocs-material[imaging]~=9.4",