Upgrade jinja2 to >=2.10.3 (#28422)

This commit is contained in:
Fabian Affolter 2019-11-04 09:57:20 +01:00 committed by GitHub
parent cb19827932
commit 60d7f730c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ REQUIRES = [
"certifi>=2019.9.11",
'contextvars==2.4;python_version<"3.7"',
"importlib-metadata==0.23",
"jinja2>=2.10.1",
"jinja2>=2.10.3",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==2.8",