mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade jinja2 to 3.0.3 (#59468)
This commit is contained in:
parent
93395f9b68
commit
1910c0566c
@ -18,7 +18,7 @@ hass-nabucasa==0.50.0
|
|||||||
home-assistant-frontend==20211109.0
|
home-assistant-frontend==20211109.0
|
||||||
httpx==0.19.0
|
httpx==0.19.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.2
|
jinja2==3.0.3
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==8.2.0
|
pillow==8.2.0
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
|
@ -11,7 +11,7 @@ bcrypt==3.1.7
|
|||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.2.0
|
ciso8601==2.2.0
|
||||||
httpx==0.19.0
|
httpx==0.19.0
|
||||||
jinja2==3.0.2
|
jinja2==3.0.3
|
||||||
PyJWT==2.1.0
|
PyJWT==2.1.0
|
||||||
cryptography==3.4.8
|
cryptography==3.4.8
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ REQUIRES = [
|
|||||||
"certifi>=2021.5.30",
|
"certifi>=2021.5.30",
|
||||||
"ciso8601==2.2.0",
|
"ciso8601==2.2.0",
|
||||||
"httpx==0.19.0",
|
"httpx==0.19.0",
|
||||||
"jinja2==3.0.2",
|
"jinja2==3.0.3",
|
||||||
"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==3.4.8",
|
"cryptography==3.4.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user