From 553e92b74cbddd20fdd545282e03c15e25b08c7e Mon Sep 17 00:00:00 2001 From: Harvey Tuch Date: Wed, 17 Apr 2019 13:11:53 -0400 Subject: [PATCH] build: update jinja to 2.10.1. GitHub was complaining that 2.10 was problematic security wise; I don't think it's an issue in our environment, but this should make the warnings go away. Signed-off-by: Harvey Tuch --- configs/requirements.txt | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/requirements.txt b/configs/requirements.txt index b60338e30ada0..f4c7b793c7b9c 100644 --- a/configs/requirements.txt +++ b/configs/requirements.txt @@ -1 +1 @@ -jinja2==2.10 +jinja2==2.10.1 diff --git a/docs/requirements.txt b/docs/requirements.txt index 44a91ddeecc9b..8b19a35ae6339 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ GitPython==2.0.8 -Jinja2==2.10 +Jinja2==2.10.1 MarkupSafe==1.1.0 Pygments==2.2.0 alabaster==0.7.10