From c9b17b87ccc1e047075267d9919ebc2a6e95740d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:10:32 +0000 Subject: [PATCH] chore(deps): update ruff to v0.13.1 --- .pre-commit-config.yaml | 2 +- pact-python-cli/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 328db7f7c..c366c539d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: taplo-lint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.0 + rev: v0.13.1 hooks: - id: ruff-check exclude: | diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index a8b05bdae..8f0214915 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -51,7 +51,7 @@ requires-python = ">=3.9" [dependency-groups] # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. -dev = ["ruff==0.13.0", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.13.1", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=8.0"] types = ["mypy==1.18.1"]