Bump propcache to 0.3.1 (#141770)

* Bump propcache to 0.3.1

changelog: https://github.com/aio-libs/propcache/compare/v0.3.0...v0.3.1

* revert
This commit is contained in:
J. Nick Koston 2025-03-29 13:10:08 -10:00 committed by GitHub
parent a6c1f1e485
commit ed99686cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
requirements.txt generated
View File

@ -31,7 +31,7 @@ lru-dict==1.3.0
PyJWT==2.10.1
cryptography==44.0.1
Pillow==11.1.0
propcache==0.3.0
propcache==0.3.1
pyOpenSSL==25.0.0
orjson==3.10.16
packaging>=23.1