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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env # Ensure we run compatible with musllinux build env
numpy==2.2.6 numpy==2.2.6
pandas~=2.2.3 pandas==2.3.0
# Constrain multidict to avoid typing issues # Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046 # https://github.com/home-assistant/core/pull/67046

View File

@ -145,7 +145,7 @@ hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env # Ensure we run compatible with musllinux build env
numpy==2.2.6 numpy==2.2.6
pandas~=2.2.3 pandas==2.3.0
# Constrain multidict to avoid typing issues # Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046 # https://github.com/home-assistant/core/pull/67046