diff --git a/pyproject.toml b/pyproject.toml index 1b91a6ea9..5729688a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ devel-test = [ "pytest-cov ~=5.0", "testcontainers ~=3.0", ] -devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.4.0"] +devel = ["pact-python[devel-types,devel-docs,devel-test]", "ruff==0.4.1"] ################################################################################ ## Hatch Build Configuration