diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73731b223..a4a4820b0 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.14.7 + rev: v0.14.8 hooks: - id: ruff-check exclude: | diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index f4da4aac3..5212afb19 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -51,7 +51,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.14.7", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.14.8", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=9.0"] types = ["mypy==1.19.0"] diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index de606ee59..e23466ff7 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.14.7", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.14.8", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=9.0"] types = ["mypy==1.19.0", "typing-extensions~=4.0"] diff --git a/pyproject.toml b/pyproject.toml index ca86d024b..e57c8a4b9 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.14.7", + "ruff==0.14.8", { include-group = "docs" }, { include-group = "example" }, { include-group = "test" },