mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Bump propcache to 0.2.1 (#132022)
This commit is contained in:
parent
79c919f62d
commit
4e0cdb0537
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
|||||||
wheels-key: ${{ secrets.WHEELS_KEY }}
|
wheels-key: ${{ secrets.WHEELS_KEY }}
|
||||||
env-file: true
|
env-file: true
|
||||||
apk: "libffi-dev;openssl-dev;yaml-dev;nasm;zlib-dev"
|
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"
|
constraints: "homeassistant/package_constraints.txt"
|
||||||
requirements-diff: "requirements_diff.txt"
|
requirements-diff: "requirements_diff.txt"
|
||||||
requirements: "requirements.txt"
|
requirements: "requirements.txt"
|
||||||
|
@ -45,7 +45,7 @@ orjson==3.10.12
|
|||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
propcache==0.2.0
|
propcache==0.2.1
|
||||||
psutil-home-assistant==0.0.1
|
psutil-home-assistant==0.0.1
|
||||||
PyJWT==2.10.0
|
PyJWT==2.10.0
|
||||||
pymicro-vad==1.0.1
|
pymicro-vad==1.0.1
|
||||||
|
@ -57,7 +57,7 @@ dependencies = [
|
|||||||
# PyJWT has loose dependency. We want the latest one.
|
# PyJWT has loose dependency. We want the latest one.
|
||||||
"cryptography==43.0.1",
|
"cryptography==43.0.1",
|
||||||
"Pillow==11.0.0",
|
"Pillow==11.0.0",
|
||||||
"propcache==0.2.0",
|
"propcache==0.2.1",
|
||||||
"pyOpenSSL==24.2.1",
|
"pyOpenSSL==24.2.1",
|
||||||
"orjson==3.10.12",
|
"orjson==3.10.12",
|
||||||
"packaging>=23.1",
|
"packaging>=23.1",
|
||||||
|
@ -28,7 +28,7 @@ lru-dict==1.3.0
|
|||||||
PyJWT==2.10.0
|
PyJWT==2.10.0
|
||||||
cryptography==43.0.1
|
cryptography==43.0.1
|
||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
propcache==0.2.0
|
propcache==0.2.1
|
||||||
pyOpenSSL==24.2.1
|
pyOpenSSL==24.2.1
|
||||||
orjson==3.10.12
|
orjson==3.10.12
|
||||||
packaging>=23.1
|
packaging>=23.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user