diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54df2f921..7730e0cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - '@biomejs/biome@1.9.4' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.8.5 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 2881896b8..b8f5b3901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ devel-test = [ "pytest ~=8.0", "testcontainers ~=4.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.4"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.8.5"] ################################################################################ ## Hatch Build Configuration