diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 11:05:27 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 11:05:27 -0400 |
commit | 964e3cc456941f8b6ec5f63b6ada9b28f1e67e6d (patch) | |
tree | 10b438c8165ad1b5b7f707d672770d1a1a975d01 /scripts | |
parent | dd4f2d81b6683afb304c3d104fae2360a70cc644 (diff) | |
download | kutter-964e3cc456941f8b6ec5f63b6ada9b28f1e67e6d.tar.gz kutter-964e3cc456941f8b6ec5f63b6ada9b28f1e67e6d.tar.xz kutter-964e3cc456941f8b6ec5f63b6ada9b28f1e67e6d.zip |
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 <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/klippy-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |