diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index 48680a6cf..a674d855a 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -41,7 +41,7 @@ dependencies = ["cffi~=2.0"] "Repository" = "https://github.com/pact-foundation/pact-python" [dependency-groups] -dev = ["ruff==0.13.3", { include-group = "test" }, { include-group = "types" }] +dev = ["ruff==0.14.5", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=8.0"] types = ["mypy==1.18.2", "typing-extensions~=4.0"] diff --git a/pyproject.toml b/pyproject.toml index bd86d49bb..3402cee13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. dev = [ - "ruff==0.13.3", + "ruff==0.14.5", { include-group = "docs" }, { include-group = "example" }, { include-group = "test" },