diff --git a/homeassistant/components/homekit/manifest.json b/homeassistant/components/homekit/manifest.json index 137d5b90f848..4aaec4a98409 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.5.0", + "fnv-hash-fast==1.6.0", "PyQRCode==1.2.1", "base36==0.1.1" ], diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json index cc6a6979817f..a1a9ac1bc640 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.5.0", + "fnv-hash-fast==1.6.0", "psutil-home-assistant==0.0.1" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index b088a25a8d2b..309296e570d1 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -32,7 +32,7 @@ cronsim==2.6 cryptography==46.0.2 dbus-fast==2.44.3 file-read-backwards==2.0.0 -fnv-hash-fast==1.5.0 +fnv-hash-fast==1.6.0 go2rtc-client==0.2.1 ha-ffmpeg==3.2.2 habluetooth==5.7.0 diff --git a/pyproject.toml b/pyproject.toml index cc24ee607f24..b4e3a8b0a19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "certifi>=2021.5.30", "ciso8601==2.3.3", "cronsim==2.6", - "fnv-hash-fast==1.5.0", + "fnv-hash-fast==1.6.0", # hass-nabucasa is imported by helpers which don't depend on the cloud # integration "hass-nabucasa==1.2.0", diff --git a/requirements.txt b/requirements.txt index 9c2a1312bbfe..687436c377d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ bcrypt==5.0.0 certifi>=2021.5.30 ciso8601==2.3.3 cronsim==2.6 -fnv-hash-fast==1.5.0 +fnv-hash-fast==1.6.0 hass-nabucasa==1.2.0 httpx==0.28.1 home-assistant-bluetooth==1.13.1 diff --git a/requirements_all.txt b/requirements_all.txt index 413d20d999ef..ca9807e45750 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -972,7 +972,7 @@ flux-led==1.2.0 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==1.5.0 +fnv-hash-fast==1.6.0 # homeassistant.components.foobot foobot_async==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d3bd9a949ef9..e762f2b39b21 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -848,7 +848,7 @@ flux-led==1.2.0 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==1.5.0 +fnv-hash-fast==1.6.0 # homeassistant.components.foobot foobot_async==1.0.0