diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a69c83b9c..ae88a94d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: - id: taplo-lint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.10 + rev: v0.12.11 hooks: - id: ruff-check exclude: | diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index 33a8236ef..fb4c9bdd4 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.12.10", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.12.11", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=6.0", "pytest~=8.0"] types = ["mypy==1.17.1"]