From 2bb4a8747c8ba6839a02db4ec6fb52090e138175 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Fri, 23 Aug 2024 23:58:52 -0500
Subject: [PATCH] Bump fnv-hash-fast to 1.0.2 (#124489)

---
 homeassistant/components/homekit/manifest.json  | 2 +-
 homeassistant/components/recorder/manifest.json | 2 +-
 homeassistant/package_constraints.txt           | 2 +-
 pyproject.toml                                  | 2 +-
 requirements.txt                                | 2 +-
 requirements_all.txt                            | 2 +-
 requirements_test_all.txt                       | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/homeassistant/components/homekit/manifest.json b/homeassistant/components/homekit/manifest.json
index 17d1237e579..eebdc0026fd 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 7d5576e4672..2be4b6862ba 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 b6bcd1dac6b..8090c17f334 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 c9b0ed43e51..393a459c70d 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 35290a5ff17..8aeb1f1d5ec 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 1d177fadeb0..bfe88ff38f6 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 1fee30e8e47..abc52554066 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
-- 
GitLab