aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-14 11:20:04 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-14 11:20:04 -0400
commit41ce7cdf1c49720bd3bc1db27c8986bc18a88a34 (patch)
tree989c16280a7d676a26c7affa44523d5a524be06a /scripts
parent0a392b6543e9c0d96c71bddc6965125953e666a7 (diff)
downloadkutter-41ce7cdf1c49720bd3bc1db27c8986bc18a88a34.tar.gz
kutter-41ce7cdf1c49720bd3bc1db27c8986bc18a88a34.tar.xz
kutter-41ce7cdf1c49720bd3bc1db27c8986bc18a88a34.zip
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 <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/klippy-requirements.txt2
1 files changed, 1 insertions, 1 deletions
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