From 55c49afd820bcc4b3ba01aa62d92908bea1f8ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 05:41:17 +0000 Subject: [PATCH] Bump jinja2 from 2.10.1 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 36ab0e704..e07d2b2b2 100644 --- a/Pipfile +++ b/Pipfile @@ -37,7 +37,7 @@ toml = "==0.10.0" typed-ast = "==1.4.1" urllib3 = "==1.25.9" wrapt = "==1.12.1" -Jinja2 = "==2.10.1" +Jinja2 = "==2.11.3" MarkupSafe = "==1.1.1" PyYAML = "==4.2b4"