diff --git a/homeassistant/components/homekit/manifest.json b/homeassistant/components/homekit/manifest.json index 245dbd0a19e..19fd0b518b2 100644 --- a/homeassistant/components/homekit/manifest.json +++ b/homeassistant/components/homekit/manifest.json @@ -10,7 +10,7 @@ "loggers": ["pyhap"], "requirements": [ "HAP-python==4.7.0", - "fnv-hash-fast==0.3.1", + "fnv-hash-fast==0.4.0", "PyQRCode==1.2.1", "base36==0.1.1" ], diff --git a/homeassistant/components/recorder/manifest.json b/homeassistant/components/recorder/manifest.json index 2e868542457..6f919ee50da 100644 --- a/homeassistant/components/recorder/manifest.json +++ b/homeassistant/components/recorder/manifest.json @@ -8,7 +8,7 @@ "quality_scale": "internal", "requirements": [ "SQLAlchemy==2.0.15", - "fnv-hash-fast==0.3.1", + "fnv-hash-fast==0.4.0", "psutil-home-assistant==0.0.1" ] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f2f3f482fe8..abee7ee1d00 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -17,7 +17,7 @@ certifi>=2021.5.30 ciso8601==2.3.0 cryptography==41.0.2 dbus-fast==1.87.1 -fnv-hash-fast==0.3.1 +fnv-hash-fast==0.4.0 ha-av==10.1.0 hass-nabucasa==0.69.0 hassil==1.0.6 diff --git a/requirements_all.txt b/requirements_all.txt index 394bf420796..2def3fca3bd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -798,7 +798,7 @@ flux-led==1.0.1 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==0.3.1 +fnv-hash-fast==0.4.0 # homeassistant.components.foobot foobot-async==1.0.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2b84604df48..1264ef4ff35 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -626,7 +626,7 @@ flux-led==1.0.1 # homeassistant.components.homekit # homeassistant.components.recorder -fnv-hash-fast==0.3.1 +fnv-hash-fast==0.4.0 # homeassistant.components.foobot foobot-async==1.0.0