diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 15567089b5..b0d0b029ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: stages: [pre-push] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.4.9 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index a8ef954c26..48c443a061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ devel-test = [ "pytest-cov ~=5.0", "testcontainers ~=3.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.4.2"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.4.9"] ################################################################################ ## Hatch Build Configuration