1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update numpy to 1.26.4 (#126660)

This commit is contained in:
Marc Mueller
2024-09-24 18:23:20 +02:00
committed by GitHub
parent 60807e5d4d
commit c8964a1c80
9 changed files with 9 additions and 9 deletions

View File

@@ -127,7 +127,7 @@ httpcore==1.0.5
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==1.26.0
numpy==1.26.4
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046