From 9cd3b44277e6a8ea9273bf659379ff0414e0b8ae Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 10 Apr 2019 16:13:30 -0700 Subject: [PATCH] Upgrade to Jinja2==2.10.1 (#426) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 524f5243..c4fc93c6 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( 'click>=6.7', 'click-default-group==1.2', 'Sanic==0.7.0', - 'Jinja2==2.10', + 'Jinja2==2.10.1', 'hupper==1.0', 'pint==0.8.1', 'pluggy>=0.7.1',