diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 66f442b6809..43c08aa464c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -120,7 +120,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 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index ac717b97185..762eefb619b 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -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