1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Update pandas to 2.3.0 (#146206)

This commit is contained in:
Marc Mueller
2025-06-05 14:42:21 +02:00
committed by GitHub
parent d6615e3d44
commit 4f99e54402
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==2.2.6
pandas~=2.2.3
pandas==2.3.0
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046