diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/klippy-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 94152f95..94076954 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 |