diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acf69403e..241ac991f 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.11.5 + rev: v0.11.6 hooks: - id: ruff # Exclude python files in pact/** and tests/**, except for the diff --git a/pyproject.toml b/pyproject.toml index 3e7ff7a6f..c0af2e724 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.11.5"] + devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.11.6"] devel-docs = [ "mkdocs-literate-nav~=0.6", "mkdocs-material[imaging]~=9.4",