diff --git a/pyproject.toml b/pyproject.toml index 24616c25c4..c81eaf552a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ devel-test = [ "pytest-cov ~=5.0", "testcontainers ~=3.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.6.5"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.6.6"] ################################################################################ ## Hatch Build Configuration