diff --git a/homeassistant/components/compensation/manifest.json b/homeassistant/components/compensation/manifest.json
index e166ca716cb76f52620e83a76aa3c52899c02c4e..caae9190bca557bfe297387f4c62211c481e802e 100644
--- a/homeassistant/components/compensation/manifest.json
+++ b/homeassistant/components/compensation/manifest.json
@@ -4,5 +4,5 @@
   "codeowners": ["@Petro31"],
   "documentation": "https://www.home-assistant.io/integrations/compensation",
   "iot_class": "calculated",
-  "requirements": ["numpy==1.26.0"]
+  "requirements": ["numpy==1.26.4"]
 }
diff --git a/homeassistant/components/iqvia/manifest.json b/homeassistant/components/iqvia/manifest.json
index ce519de1b67039fe87c208d6ae396dd1922ee7d9..6142fa1349e5398224b2826b124c5bed03d720d3 100644
--- a/homeassistant/components/iqvia/manifest.json
+++ b/homeassistant/components/iqvia/manifest.json
@@ -7,5 +7,5 @@
   "integration_type": "service",
   "iot_class": "cloud_polling",
   "loggers": ["pyiqvia"],
-  "requirements": ["numpy==1.26.0", "pyiqvia==2022.04.0"]
+  "requirements": ["numpy==1.26.4", "pyiqvia==2022.04.0"]
 }
diff --git a/homeassistant/components/stream/manifest.json b/homeassistant/components/stream/manifest.json
index dffd6d65a6eb1545e4cc0b0d2c6c1f833e59436a..00387d97b8350d7cac98bac7e145a26149c99790 100644
--- a/homeassistant/components/stream/manifest.json
+++ b/homeassistant/components/stream/manifest.json
@@ -7,5 +7,5 @@
   "integration_type": "system",
   "iot_class": "local_push",
   "quality_scale": "internal",
-  "requirements": ["PyTurboJPEG==1.7.5", "ha-av==10.1.1", "numpy==1.26.0"]
+  "requirements": ["PyTurboJPEG==1.7.5", "ha-av==10.1.1", "numpy==1.26.4"]
 }
diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json
index 941ec130db203dd4f9451fc09d9a3474f1355d21..4f2b6f192859f7563ddb204a46f3909947cca5a3 100644
--- a/homeassistant/components/tensorflow/manifest.json
+++ b/homeassistant/components/tensorflow/manifest.json
@@ -9,7 +9,7 @@
     "tensorflow==2.5.0",
     "tf-models-official==2.5.0",
     "pycocotools==2.0.6",
-    "numpy==1.26.0",
+    "numpy==1.26.4",
     "Pillow==10.4.0"
   ]
 }
diff --git a/homeassistant/components/trend/manifest.json b/homeassistant/components/trend/manifest.json
index 110bab99e522662cf9a29f5a5d284ef691679cb4..56b4b811171bf6fef13b1c939bd4f51355289224 100644
--- a/homeassistant/components/trend/manifest.json
+++ b/homeassistant/components/trend/manifest.json
@@ -7,5 +7,5 @@
   "integration_type": "helper",
   "iot_class": "calculated",
   "quality_scale": "internal",
-  "requirements": ["numpy==1.26.0"]
+  "requirements": ["numpy==1.26.4"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 48c3e572bd20f500e89ae2e0906b8b24d5e02586..9989e532a0af23f58fc824c55a0eb6b69c7c76eb 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -108,7 +108,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
diff --git a/requirements_all.txt b/requirements_all.txt
index 16901848c253433e76f84b243c6639d36ed6a818..15668373eec197d581eea71d42680d3fbe449b5a 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1481,7 +1481,7 @@ numato-gpio==0.13.0
 # homeassistant.components.stream
 # homeassistant.components.tensorflow
 # homeassistant.components.trend
-numpy==1.26.0
+numpy==1.26.4
 
 # homeassistant.components.nyt_games
 nyt_games==0.4.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d2c3367acaf31411683fc4499aa2815738a32236..4a22e04ad1ecaf574592898a5e4fce583079d866 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1229,7 +1229,7 @@ numato-gpio==0.13.0
 # homeassistant.components.stream
 # homeassistant.components.tensorflow
 # homeassistant.components.trend
-numpy==1.26.0
+numpy==1.26.4
 
 # homeassistant.components.nyt_games
 nyt_games==0.4.0
diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py
index 47a6412bcfdc3b34d527c622e58c69c2fbbbf799..29b78e1ed9fdd9a774eb3022b0fa2ce8bb5fd2db 100755
--- a/script/gen_requirements_all.py
+++ b/script/gen_requirements_all.py
@@ -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