mirror of https://github.com/Desuuuu/klipper.git
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>
This commit is contained in:
parent
0a392b6543
commit
41ce7cdf1c
|
@ -5,4 +5,4 @@
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
greenlet==0.4.15
|
greenlet==0.4.15
|
||||||
Jinja2==2.10
|
Jinja2==2.10.1
|
||||||
|
|
Loading…
Reference in New Issue