Skip to content

Commit

Permalink
Pin jinja (#51434)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 3, 2021
1 parent 836ce44 commit f3b2624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -20,7 +20,7 @@ hass-nabucasa==0.43.0
home-assistant-frontend==20210601.1
httpx==0.18.0
ifaddr==0.1.7
jinja2>=3.0.1
jinja2==3.0.1
paho-mqtt==1.5.1
pillow==8.1.2
pip>=8.0.3,<20.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -11,7 +11,7 @@ bcrypt==3.1.7
certifi>=2020.12.5
ciso8601==2.1.3
httpx==0.18.0
jinja2>=3.0.1
jinja2==3.0.1
PyJWT==1.7.1
cryptography==3.3.2
pip>=8.0.3,<20.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
"certifi>=2020.12.5",
"ciso8601==2.1.3",
"httpx==0.18.0",
"jinja2>=3.0.1",
"jinja2==3.0.1",
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.3.2",
Expand Down

0 comments on commit f3b2624

Please sign in to comment.