There is a jinja2 security advisory on the current Jinja2 version. Klipper is not impacted by this advisory (as it does not run jinja2 on any untrusted data), but there is no harm in updating. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
# Python virtualenv module requirements for mkdocs
|
|
jinja2==3.1.3
|
|
mkdocs==1.2.4
|
|
mkdocs-material==8.1.3
|
|
mkdocs-simple-hooks==0.1.3
|
|
mkdocs-exclude==1.0.2
|
|
mdx-truly-sane-lists==1.2
|
|
mdx-breakless-lists==1.0.1
|
|
py-gfm==1.0.2
|
|
markdown==3.3.7
|