diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..21db7cb 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [dependency-groups] dev = [ "pyright>=1.1.391", - "ruff>=0.9.1", + "ruff>=0.15.17", ] [build-system]