Update jinja2 to 3.1.0 (#68625)
This commit is contained in:
parent
d23d19f9e6
commit
cfa8f99b1c
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ hass-nabucasa==0.54.0
|
||||||
home-assistant-frontend==20220322.0
|
home-assistant-frontend==20220322.0
|
||||||
httpx==0.22.0
|
httpx==0.22.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.1.0
|
||||||
lru-dict==1.1.7
|
lru-dict==1.1.7
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.0.1
|
pillow==9.0.1
|
||||||
|
|
|
@ -12,7 +12,7 @@ certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
httpx==0.22.0
|
httpx==0.22.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.1.0
|
||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
cryptography==35.0.0
|
cryptography==35.0.0
|
||||||
pip>=21.0,<22.1
|
pip>=21.0,<22.1
|
||||||
|
|
|
@ -44,7 +44,7 @@ install_requires =
|
||||||
# httpcore, anyio, and h11 in gen_requirements_all
|
# httpcore, anyio, and h11 in gen_requirements_all
|
||||||
httpx==0.22.0
|
httpx==0.22.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.1.0
|
||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
cryptography==35.0.0
|
cryptography==35.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue