mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Update lru-dict to 1.1.8 (#74932)
This commit is contained in:
parent
261c52e260
commit
d697bb53c5
@ -19,7 +19,7 @@ home-assistant-frontend==20220707.0
|
|||||||
httpx==0.23.0
|
httpx==0.23.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.7
|
lru-dict==1.1.8
|
||||||
orjson==3.7.7
|
orjson==3.7.7
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.2.0
|
pillow==9.2.0
|
||||||
|
@ -38,7 +38,7 @@ dependencies = [
|
|||||||
"httpx==0.23.0",
|
"httpx==0.23.0",
|
||||||
"ifaddr==0.1.7",
|
"ifaddr==0.1.7",
|
||||||
"jinja2==3.1.2",
|
"jinja2==3.1.2",
|
||||||
"lru-dict==1.1.7",
|
"lru-dict==1.1.8",
|
||||||
"PyJWT==2.4.0",
|
"PyJWT==2.4.0",
|
||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==36.0.2",
|
"cryptography==36.0.2",
|
||||||
|
@ -13,7 +13,7 @@ ciso8601==2.2.0
|
|||||||
httpx==0.23.0
|
httpx==0.23.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.7
|
lru-dict==1.1.8
|
||||||
PyJWT==2.4.0
|
PyJWT==2.4.0
|
||||||
cryptography==36.0.2
|
cryptography==36.0.2
|
||||||
orjson==3.7.7
|
orjson==3.7.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user