Bump propcache to 0.3.2 (#146418)

This commit is contained in:
J. Nick Koston 2025-06-10 04:44:34 -05:00 committed by GitHub
parent ef7f32a28d
commit c9dcb1c11b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ orjson==3.10.18
packaging>=23.1
paho-mqtt==2.1.0
Pillow==11.2.1
propcache==0.3.1
propcache==0.3.2
psutil-home-assistant==0.0.1
PyJWT==2.10.1
pymicro-vad==1.0.1

View File

@ -84,7 +84,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==45.0.3",
"Pillow==11.2.1",
"propcache==0.3.1",
"propcache==0.3.2",
"pyOpenSSL==25.1.0",
"orjson==3.10.18",
"packaging>=23.1",

2
requirements.txt generated
View File

@ -36,7 +36,7 @@ numpy==2.3.0
PyJWT==2.10.1
cryptography==45.0.3
Pillow==11.2.1
propcache==0.3.1
propcache==0.3.2
pyOpenSSL==25.1.0
orjson==3.10.18
packaging>=23.1