mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Pin jinja (#51434)
This commit is contained in:
parent
836ce442f7
commit
f3b2624be3
@ -20,7 +20,7 @@ hass-nabucasa==0.43.0
|
|||||||
home-assistant-frontend==20210601.1
|
home-assistant-frontend==20210601.1
|
||||||
httpx==0.18.0
|
httpx==0.18.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2>=3.0.1
|
jinja2==3.0.1
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
pillow==8.1.2
|
pillow==8.1.2
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
|
@ -11,7 +11,7 @@ bcrypt==3.1.7
|
|||||||
certifi>=2020.12.5
|
certifi>=2020.12.5
|
||||||
ciso8601==2.1.3
|
ciso8601==2.1.3
|
||||||
httpx==0.18.0
|
httpx==0.18.0
|
||||||
jinja2>=3.0.1
|
jinja2==3.0.1
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
cryptography==3.3.2
|
cryptography==3.3.2
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ REQUIRES = [
|
|||||||
"certifi>=2020.12.5",
|
"certifi>=2020.12.5",
|
||||||
"ciso8601==2.1.3",
|
"ciso8601==2.1.3",
|
||||||
"httpx==0.18.0",
|
"httpx==0.18.0",
|
||||||
"jinja2>=3.0.1",
|
"jinja2==3.0.1",
|
||||||
"PyJWT==1.7.1",
|
"PyJWT==1.7.1",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==3.3.2",
|
"cryptography==3.3.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user