Update pipdeptree to 2.23.4 (#126619)

* Update pipdeptree to 2.23.4

* Update Dockerfile
This commit is contained in:
Marc Mueller 2024-09-24 14:07:25 +02:00 committed by GitHub
parent ba5f1ac2a9
commit b856f54333
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pre-commit==3.8.0
pydantic==1.10.17
pylint==3.3.0
pylint-per-file-ignores==1.3.2
pipdeptree==2.23.1
pipdeptree==2.23.4
pip-licenses==4.5.1
pytest-asyncio==0.23.8
pytest-aiohttp==1.0.5

View file

@ -22,7 +22,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.4.12,source=/uv,target=/bin/uv \
--no-cache \
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
-r /usr/src/homeassistant/requirements.txt \
stdlib-list==0.10.0 pipdeptree==2.23.1 tqdm==4.66.4 ruff==0.6.6 \
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.4 ruff==0.6.6 \
PyTurboJPEG==1.7.5 ha-ffmpeg==3.2.0 hassil==1.7.4 home-assistant-intents==2024.9.23 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
LABEL "name"="hassfest"