Bump propcache to 0.2.1 (#132022)
parent
bd3f432376
commit
82e190dc4b
|
@ -143,7 +143,7 @@ jobs:
|
|||
wheels-key: ${{ secrets.WHEELS_KEY }}
|
||||
env-file: true
|
||||
apk: "libffi-dev;openssl-dev;yaml-dev;nasm;zlib-dev"
|
||||
skip-binary: aiohttp;multidict;yarl;SQLAlchemy
|
||||
skip-binary: aiohttp;multidict;propcache;yarl;SQLAlchemy
|
||||
constraints: "homeassistant/package_constraints.txt"
|
||||
requirements-diff: "requirements_diff.txt"
|
||||
requirements: "requirements.txt"
|
||||
|
|
|
@ -45,7 +45,7 @@ orjson==3.10.12
|
|||
packaging>=23.1
|
||||
paho-mqtt==1.6.1
|
||||
Pillow==11.0.0
|
||||
propcache==0.2.0
|
||||
propcache==0.2.1
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.10.0
|
||||
pymicro-vad==1.0.1
|
||||
|
|
|
@ -57,7 +57,7 @@ dependencies = [
|
|||
# PyJWT has loose dependency. We want the latest one.
|
||||
"cryptography==43.0.1",
|
||||
"Pillow==11.0.0",
|
||||
"propcache==0.2.0",
|
||||
"propcache==0.2.1",
|
||||
"pyOpenSSL==24.2.1",
|
||||
"orjson==3.10.12",
|
||||
"packaging>=23.1",
|
||||
|
|
|
@ -28,7 +28,7 @@ lru-dict==1.3.0
|
|||
PyJWT==2.10.0
|
||||
cryptography==43.0.1
|
||||
Pillow==11.0.0
|
||||
propcache==0.2.0
|
||||
propcache==0.2.1
|
||||
pyOpenSSL==24.2.1
|
||||
orjson==3.10.12
|
||||
packaging>=23.1
|
||||
|
|
Loading…
Reference in New Issue