Update lru-dict to 1.1.8 (#74932)

This commit is contained in:
Franck Nijhof 2022-07-11 00:11:43 +02:00 committed by GitHub
parent 261c52e260
commit d697bb53c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ home-assistant-frontend==20220707.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.7
lru-dict==1.1.8
orjson==3.7.7
paho-mqtt==1.6.1
pillow==9.2.0

View file

@ -38,7 +38,7 @@ dependencies = [
"httpx==0.23.0",
"ifaddr==0.1.7",
"jinja2==3.1.2",
"lru-dict==1.1.7",
"lru-dict==1.1.8",
"PyJWT==2.4.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==36.0.2",

View file

@ -13,7 +13,7 @@ ciso8601==2.2.0
httpx==0.23.0
ifaddr==0.1.7
jinja2==3.1.2
lru-dict==1.1.7
lru-dict==1.1.8
PyJWT==2.4.0
cryptography==36.0.2
orjson==3.7.7