From ef31a0e9b3dc5e6eee1da607a81a0e0b7349f760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:13:05 +0000 Subject: [PATCH] chore(deps): update ruff to v0.15.16 --- pact-python-cli/pyproject.toml | 2 +- pact-python-ffi/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index 25d53b78f..f5d772236 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.15", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.15.16", { include-group = "test" }, { include-group = "types" }] test = ["pytest~=9.0", "pytest-cov~=7.0"] types = ["mypy==2.1.0"] diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index 43d8f9aef..f0feb3f8c 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.15", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.15.16", { include-group = "test" }, { include-group = "types" }] test = ["pytest~=9.0", "pytest-cov~=7.0"] types = ["mypy==2.1.0", "typing-extensions~=4.0"] diff --git a/pyproject.toml b/pyproject.toml index fcccc9041..4996dd4df 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.15", + "ruff==0.15.16", { include-group = "docs" }, { include-group = "example" }, { include-group = "example-v2" },