Update pandas to 2.3.3 (#153251)

This commit is contained in:
Marc Mueller
2025-09-30 16:58:41 +02:00
committed by GitHub
parent 93ee6322f2
commit 62a49d4244
2 changed files with 2 additions and 2 deletions

View File

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