From 41ce7cdf1c49720bd3bc1db27c8986bc18a88a34 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 14 Apr 2019 11:20:04 -0400 Subject: [PATCH] klippy-requirements: Update Jinja2 version There's a security bulletin for Jinja2 v2.10 (CVE-2019-10906). This wont impact Klipper, but best to upgrade the package requirements to avoid getting security alerts. Signed-off-by: Kevin O'Connor --- scripts/klippy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index 652b4d09..c6876c55 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -5,4 +5,4 @@ cffi==1.12.2 pyserial==3.4 greenlet==0.4.15 -Jinja2==2.10 +Jinja2==2.10.1