mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
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:
parent
a6c1f1e485
commit
ed99686cc1
@ -49,7 +49,7 @@ orjson==3.10.16
|
|||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==2.1.0
|
paho-mqtt==2.1.0
|
||||||
Pillow==11.1.0
|
Pillow==11.1.0
|
||||||
propcache==0.3.0
|
propcache==0.3.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
pymicro-vad==1.0.1
|
pymicro-vad==1.0.1
|
||||||
|
@ -59,7 +59,7 @@ dependencies = [
|
|||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==44.0.1",
|
"cryptography==44.0.1",
|
||||||
"Pillow==11.1.0",
|
"Pillow==11.1.0",
|
||||||
"propcache==0.3.0",
|
"propcache==0.3.1",
|
||||||
"pyOpenSSL==25.0.0",
|
"pyOpenSSL==25.0.0",
|
||||||
"orjson==3.10.16",
|
"orjson==3.10.16",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -31,7 +31,7 @@ lru-dict==1.3.0
|
|||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
cryptography==44.0.1
|
cryptography==44.0.1
|
||||||
Pillow==11.1.0
|
Pillow==11.1.0
|
||||||
propcache==0.3.0
|
propcache==0.3.1
|
||||||
pyOpenSSL==25.0.0
|
pyOpenSSL==25.0.0
|
||||||
orjson==3.10.16
|
orjson==3.10.16
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user