diff --git a/homeassistant/components/homekit/manifest.json b/homeassistant/components/homekit/manifest.json
index 17d1237e579ef7b5ec2ca591f17a0fe720c808d5..eebdc0026fd7385d8d27372677fc99f0d69bf25e 100644
--- a/homeassistant/components/homekit/manifest.json
+++ b/homeassistant/components/homekit/manifest.json
@@ -10,7 +10,7 @@
   "loggers": ["pyhap"],
   "requirements": [
     "HAP-python==4.9.1",
-    "fnv-hash-fast==0.5.0",
+    "fnv-hash-fast==1.0.2",
     "PyQRCode==1.2.1",
     "base36==0.1.1"
   ],
diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json
index 7d5576e46720e6e46d59c808030726718d8b5287..2be4b6862bafbadba9558717b1e7ce1899492687 100644
--- a/homeassistant/components/recorder/manifest.json
+++ b/homeassistant/components/recorder/manifest.json
@@ -8,7 +8,7 @@
   "quality_scale": "internal",
   "requirements": [
     "SQLAlchemy==2.0.31",
-    "fnv-hash-fast==0.5.0",
+    "fnv-hash-fast==1.0.2",
     "psutil-home-assistant==0.0.1"
   ]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index b6bcd1dac6bbb65953ceb8ec3781ba7774f6a444..8090c17f33473eec87a4a55ed9f64463f709ad62 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -24,7 +24,7 @@ certifi>=2021.5.30
 ciso8601==2.3.1
 cryptography==43.0.0
 dbus-fast==2.23.0
-fnv-hash-fast==0.5.0
+fnv-hash-fast==1.0.2
 ha-av==10.1.1
 ha-ffmpeg==3.2.0
 habluetooth==3.3.2
diff --git a/pyproject.toml b/pyproject.toml
index c9b0ed43e5104c87c2e5f1add44ae2276485ae58..393a459c70d1eb0004499cd4cd012cb7b707891c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ dependencies    = [
     "bcrypt==4.1.3",
     "certifi>=2021.5.30",
     "ciso8601==2.3.1",
-    "fnv-hash-fast==0.5.0",
+    "fnv-hash-fast==1.0.2",
     # hass-nabucasa is imported by helpers which don't depend on the cloud
     # integration
     "hass-nabucasa==0.81.1",
diff --git a/requirements.txt b/requirements.txt
index 35290a5ff17458b9cc750212dcaa02e13ca8e3b8..8aeb1f1d5ec0fd15921de42b0ee6e679c0332805 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ awesomeversion==24.6.0
 bcrypt==4.1.3
 certifi>=2021.5.30
 ciso8601==2.3.1
-fnv-hash-fast==0.5.0
+fnv-hash-fast==1.0.2
 hass-nabucasa==0.81.1
 httpx==0.27.0
 home-assistant-bluetooth==1.12.2
diff --git a/requirements_all.txt b/requirements_all.txt
index 1d177fadeb0d2ae5a76ee515f03a70b4141c3cb5..bfe88ff38f6c20202acfdd563bd6fdad663e77e5 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -902,7 +902,7 @@ flux-led==1.0.4
 
 # homeassistant.components.homekit
 # homeassistant.components.recorder
-fnv-hash-fast==0.5.0
+fnv-hash-fast==1.0.2
 
 # homeassistant.components.foobot
 foobot_async==1.0.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 1fee30e8e4709890695f36e815f277d69d19894d..abc525540668ad7b60a453c904f1eb33df60b10d 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -761,7 +761,7 @@ flux-led==1.0.4
 
 # homeassistant.components.homekit
 # homeassistant.components.recorder
-fnv-hash-fast==0.5.0
+fnv-hash-fast==1.0.2
 
 # homeassistant.components.foobot
 foobot_async==1.0.0