Bump lru-dict to 1.2.0 (#94513)

This commit is contained in:
J. Nick Koston 2023-06-12 22:37:59 -10:00 committed by GitHub
parent 829ca7c567
commit d2fa6435da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ httpx==0.24.1
ifaddr==0.2.0 ifaddr==0.2.0
janus==1.0.0 janus==1.0.0
Jinja2==3.1.2 Jinja2==3.1.2
lru-dict==1.1.8 lru-dict==1.2.0
mutagen==1.46.0 mutagen==1.46.0
orjson==3.9.1 orjson==3.9.1
paho-mqtt==1.6.1 paho-mqtt==1.6.1

View File

@ -38,7 +38,7 @@ dependencies = [
"home-assistant-bluetooth==1.10.0", "home-assistant-bluetooth==1.10.0",
"ifaddr==0.2.0", "ifaddr==0.2.0",
"Jinja2==3.1.2", "Jinja2==3.1.2",
"lru-dict==1.1.8", "lru-dict==1.2.0",
"PyJWT==2.7.0", "PyJWT==2.7.0",
# PyJWT has loose dependency. We want the latest one. # PyJWT has loose dependency. We want the latest one.
"cryptography==40.0.2", "cryptography==40.0.2",

View File

@ -14,7 +14,7 @@ httpx==0.24.1
home-assistant-bluetooth==1.10.0 home-assistant-bluetooth==1.10.0
ifaddr==0.2.0 ifaddr==0.2.0
Jinja2==3.1.2 Jinja2==3.1.2
lru-dict==1.1.8 lru-dict==1.2.0
PyJWT==2.7.0 PyJWT==2.7.0
cryptography==40.0.2 cryptography==40.0.2
pyOpenSSL==23.1.0 pyOpenSSL==23.1.0