From 964e3cc456941f8b6ec5f63b6ada9b28f1e67e6d Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 25 Mar 2021 11:05:27 -0400 Subject: [PATCH] klippy-requirements: Update Jinja2 to 2.11.3 There was a security fix in Jinja2 v2.11.3 - it does not impact Klipper, but there is no harm in updating. 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 c783ba53..efb87798 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -5,5 +5,5 @@ cffi==1.12.2 pyserial==3.4 greenlet==0.4.15 -Jinja2==2.10.1 +Jinja2==2.11.3 python-can==3.3.4