From 9ab577aad4c6fe82a825d692fefbe9eed818cace Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 14 Mar 2026 22:55:54 -1000 Subject: [PATCH] Bump fnv-hash-fast to 2.0.0 (#165586) --- 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 4aaec4a9840..62c72688d85 100644 --- a/homeassistant/components/homekit/manifest.json +++ b/homeassistant/components/homekit/manifest.json @@ -10,7 +10,7 @@ "loggers": ["pyhap"], "requirements": [ "HAP-python==5.0.0", - "fnv-hash-fast==1.6.0", + "fnv-hash-fast==2.0.0", "PyQRCode==1.2.1", "base36==0.1.1" ], diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json index a1a9ac1bc64..f4b37d36742 100644 --- a/homeassistant/components/recorder/manifest.json +++ b/homeassistant/components/recorder/manifest.json @@ -8,7 +8,7 @@ "quality_scale": "internal", "requirements": [ "SQLAlchemy==2.0.41", - "fnv-hash-fast==1.6.0", + "fnv-hash-fast==2.0.0", "psutil-home-assistant==0.0.1" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f5094ba64fd..fa19c1ca577 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -33,7 +33,7 @@ cronsim==2.7 cryptography==46.0.5 dbus-fast==3.1.2 file-read-backwards==2.0.0 -fnv-hash-fast==1.6.0 +fnv-hash-fast==2.0.0 go2rtc-client==0.4.0 ha-ffmpeg==3.2.2 habluetooth==5.9.1 diff --git a/pyproject.toml b/pyproject.toml index 58abbed4fb3..a414b2c68c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "certifi>=2021.5.30", "ciso8601==2.3.3", "cronsim==2.7", - "fnv-hash-fast==1.6.0", + "fnv-hash-fast==2.0.0", # hass-nabucasa is imported by helpers which don't depend on the cloud # integration "hass-nabucasa==2.0.0", diff --git a/requirements.txt b/requirements.txt index a6d74fb9979..86c3451b9b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ certifi>=2021.5.30 ciso8601==2.3.3 cronsim==2.7 cryptography==46.0.5 -fnv-hash-fast==1.6.0 +fnv-hash-fast==2.0.0 ha-ffmpeg==3.2.2 hass-nabucasa==2.0.0 hassil==3.5.0 diff --git a/requirements_all.txt b/requirements_all.txt index d5eff7691f3..5bb6f25a145 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -997,7 +997,7 @@ flux-led==1.2.0 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==1.6.0 +fnv-hash-fast==2.0.0 # homeassistant.components.foobot foobot_async==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 80298e6c35d..10cc36aa71f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -882,7 +882,7 @@ flux-led==1.2.0 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==1.6.0 +fnv-hash-fast==2.0.0 # homeassistant.components.foobot foobot_async==1.0.0