Skip to content

Commit

Permalink
Upgrade jinja2 to 3.0.2 (home-assistant#57095)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 5, 2021
1 parent f364d53 commit 3645568
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hass-nabucasa==0.50.0
home-assistant-frontend==20211004.0
httpx==0.19.0
ifaddr==0.1.7
jinja2==3.0.1
jinja2==3.0.2
paho-mqtt==1.5.1
pillow==8.2.0
pip>=8.0.3,<20.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bcrypt==3.1.7
certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.19.0
jinja2==3.0.1
jinja2==3.0.2
PyJWT==2.1.0
cryptography==3.4.8
pip>=8.0.3,<20.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"certifi>=2021.5.30",
"ciso8601==2.2.0",
"httpx==0.19.0",
"jinja2==3.0.1",
"jinja2==3.0.2",
"PyJWT==2.1.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==3.4.8",
Expand Down

0 comments on commit 3645568

Please sign in to comment.