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 Franck Nijhof
parent ec30b12fd1
commit 97d91ddddb
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952
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.1",
"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.2.2
PyJWT==2.10.1
cryptography==45.0.1
Pillow==11.2.1
propcache==0.3.1
propcache==0.3.2
pyOpenSSL==25.1.0
orjson==3.10.18
packaging>=23.1