From e97594de1cd7a8235a8aa25adddd1dc32cc10b39 Mon Sep 17 00:00:00 2001 From: James Price Date: Tue, 2 Nov 2021 08:31:02 +0000 Subject: [PATCH] Roll Jinja2 dependency Fixes build issues with newer versions of Python3. Change-Id: I04fa2e3f4dc1e6ec736dc9142554507b1844e4ae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/68080 Commit-Queue: Corentin Wallez Auto-Submit: James Price Reviewed-by: Corentin Wallez --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5298eeb79f..c91e85835c 100644 --- a/DEPS +++ b/DEPS @@ -90,7 +90,7 @@ deps = { # Jinja2 and MarkupSafe for the code generator 'third_party/jinja2': { - 'url': '{chromium_git}/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa', + 'url': '{chromium_git}/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6', 'condition': 'dawn_standalone', }, 'third_party/markupsafe': {