Bump propcache to 0.2.0 (#127816)

This commit is contained in:
J. Nick Koston 2024-10-08 08:14:37 +02:00 committed by GitHub
parent 9ab81eb444
commit 6269ce36b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ orjson==3.10.7
packaging>=23.1
paho-mqtt==1.6.1
Pillow==10.4.0
propcache==0.1.0
propcache==0.2.0
psutil-home-assistant==0.0.1
PyJWT==2.9.0
pymicro-vad==1.0.1

View File

@ -55,7 +55,7 @@ dependencies = [
# PyJWT has loose dependency. We want the latest one.
"cryptography==43.0.1",
"Pillow==10.4.0",
"propcache==0.1.0",
"propcache==0.2.0",
"pyOpenSSL==24.2.1",
"orjson==3.10.7",
"packaging>=23.1",

View File

@ -28,7 +28,7 @@ mashumaro==3.13.1
PyJWT==2.9.0
cryptography==43.0.1
Pillow==10.4.0
propcache==0.1.0
propcache==0.2.0
pyOpenSSL==24.2.1
orjson==3.10.7
packaging>=23.1