Bump Jinja2 to 3.1.3 (#108082)
parent
7fee6c5279
commit
497d2f5677
|
@ -33,7 +33,7 @@ home-assistant-intents==2024.1.2
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.3
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
mutagen==1.47.0
|
mutagen==1.47.0
|
||||||
orjson==3.9.9
|
orjson==3.9.9
|
||||||
|
|
|
@ -39,7 +39,7 @@ dependencies = [
|
||||||
"httpx==0.26.0",
|
"httpx==0.26.0",
|
||||||
"home-assistant-bluetooth==1.12.0",
|
"home-assistant-bluetooth==1.12.0",
|
||||||
"ifaddr==0.2.0",
|
"ifaddr==0.2.0",
|
||||||
"Jinja2==3.1.2",
|
"Jinja2==3.1.3",
|
||||||
"lru-dict==1.3.0",
|
"lru-dict==1.3.0",
|
||||||
"PyJWT==2.8.0",
|
"PyJWT==2.8.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
|
|
|
@ -17,7 +17,7 @@ ciso8601==2.3.0
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
home-assistant-bluetooth==1.12.0
|
home-assistant-bluetooth==1.12.0
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
Jinja2==3.1.2
|
Jinja2==3.1.3
|
||||||
lru-dict==1.3.0
|
lru-dict==1.3.0
|
||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
cryptography==41.0.7
|
cryptography==41.0.7
|
||||||
|
|
Loading…
Reference in New Issue