diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ef8f72dc0..74aba0d00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: taplo-lint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.9.5 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index c476b22f3..89b479fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [project.optional-dependencies] # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. - devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.9.4"] + devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.9.5"] devel-docs = [ "mkdocs-literate-nav~=0.6", "mkdocs-material[imaging]~=9.4",