diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e963a8473..c089fb316 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.3 + rev: v0.14.4 hooks: - id: ruff-check exclude: | diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index 6d3de766f..5cbe3e324 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.3", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.14.4", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=8.0"] types = ["mypy==1.18.2"]