Bump propcache to 0.3.0 (#138949)

pull/138960/head
J. Nick Koston 2025-02-20 15:39:33 -06:00 committed by GitHub
parent 490e012e54
commit ab299d2bf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ orjson==3.10.12
packaging>=23.1
paho-mqtt==2.1.0
Pillow==11.1.0
propcache==0.2.1
propcache==0.3.0
psutil-home-assistant==0.0.1
PyJWT==2.10.1
pymicro-vad==1.0.1

View File

@ -58,7 +58,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==44.0.1",
"Pillow==11.1.0",
"propcache==0.2.1",
"propcache==0.3.0",
"pyOpenSSL==25.0.0",
"orjson==3.10.12",
"packaging>=23.1",

2
requirements.txt generated
View File

@ -30,7 +30,7 @@ lru-dict==1.3.0
PyJWT==2.10.1
cryptography==44.0.1
Pillow==11.1.0
propcache==0.2.1
propcache==0.3.0
pyOpenSSL==25.0.0
orjson==3.10.12
packaging>=23.1