1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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
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",