Update jinja2 to 3.1.2 (#71780)

pull/71792/head
Franck Nijhof 2022-05-13 13:38:20 +02:00 committed by GitHub
parent f487c04e02
commit 0a9a86f973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ hass-nabucasa==0.54.0
home-assistant-frontend==20220504.1
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
lru-dict==1.1.7
paho-mqtt==1.6.1
pillow==9.1.0

View File

@ -12,7 +12,7 @@ certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
PyJWT==2.3.0
cryptography==36.0.2
pip>=21.0,<22.1

View File

@ -44,7 +44,7 @@ install_requires =
# httpcore, anyio, and h11 in gen_requirements_all
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
PyJWT==2.3.0
# PyJWT has loose dependency. We want the latest one.
cryptography==36.0.2