Skip to content

Commit

Permalink
Update jinja2 to 3.1.2 (home-assistant#71780)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 13, 2022
1 parent f487c04 commit 0a9a86f
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.54.0
home-assistant-frontend==20220504.1
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
lru-dict==1.1.7
paho-mqtt==1.6.1
pillow==9.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi>=2021.5.30
ciso8601==2.2.0
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
PyJWT==2.3.0
cryptography==36.0.2
pip>=21.0,<22.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
# httpcore, anyio, and h11 in gen_requirements_all
httpx==0.22.0
ifaddr==0.1.7
jinja2==3.1.1
jinja2==3.1.2
PyJWT==2.3.0
# PyJWT has loose dependency. We want the latest one.
cryptography==36.0.2
Expand Down

0 comments on commit 0a9a86f

Please sign in to comment.