Update jinja2 to 3.1.0 (#68625)

This commit is contained in:
Franck Nijhof 2022-03-24 22:23:03 +01:00 committed by GitHub
parent d23d19f9e6
commit cfa8f99b1c
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==20220322.0
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.0.3
jinja2==3.1.0
lru-dict==1.1.7
paho-mqtt==1.6.1
pillow==9.0.1

View file

@ -12,7 +12,7 @@ certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.0.3
jinja2==3.1.0
PyJWT==2.1.0
cryptography==35.0.0
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.0.3
jinja2==3.1.0
PyJWT==2.1.0
# PyJWT has loose dependency. We want the latest one.
cryptography==35.0.0