From ff3ba496abf284cc9335d1e6690cda4bcc2aa1c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:25:37 +0000 Subject: [PATCH] chore(deps): update ruff to v0.15.6 --- .pre-commit-config.yaml | 2 +- pact-python-cli/pyproject.toml | 2 +- pact-python-ffi/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e8d7b8cf..3163e7efd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: biome-check - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.6 hooks: - id: ruff-check exclude: | diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index 221cb5d3f..485016b84 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -54,7 +54,7 @@ requires-python = ">=3.10" [dependency-groups] # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. -dev = ["ruff==0.15.2", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.15.6", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=9.0"] types = ["mypy==1.19.1"] diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index 6e1991151..bfd14df1b 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -41,7 +41,7 @@ dependencies = ["cffi~=2.0"] "Repository" = "https://github.com/pact-foundation/pact-python" [dependency-groups] -dev = ["ruff==0.15.2", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.15.6", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=9.0"] types = ["mypy==1.19.1", "typing-extensions~=4.0"] diff --git a/pyproject.toml b/pyproject.toml index 87121b6c0..a5049f4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. dev = [ - "ruff==0.15.2", + "ruff==0.15.6", { include-group = "docs" }, { include-group = "example" }, { include-group = "test" },