From 890a5ea6bbbeedaf52a5e65a463c8b05675a5c7c Mon Sep 17 00:00:00 2001
From: Kevin O'Connor <kevin@koconnor.net>
Date: Mon, 1 Apr 2019 22:58:08 -0400
Subject: [PATCH] scripts: Update klippy-requirements.txt to latest version of
 packages

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 scripts/klippy-requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt
index 94152f954..94076954e 100644
--- a/scripts/klippy-requirements.txt
+++ b/scripts/klippy-requirements.txt
@@ -2,6 +2,6 @@
 # the Klipper host software (Klippy).  These package requirements are
 # typically installed via the command:
 #   pip install -r virtualenv-requirements.txt
-cffi==1.6.0
-pyserial==3.2.1
-greenlet==0.4.10
+cffi==1.12.2
+pyserial==3.4
+greenlet==0.4.15