Bump propcache to 0.2.1 (#132022)

pull/132026/head
J. Nick Koston 2024-12-01 14:37:03 -06:00 committed by GitHub
parent bd3f432376
commit 82e190dc4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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",

View File

@ -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