Skip to content
Snippets Groups Projects
Unverified Commit 2bb4a874 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Bump fnv-hash-fast to 1.0.2 (#124489)

parent 098a006f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"loggers": ["pyhap"], "loggers": ["pyhap"],
"requirements": [ "requirements": [
"HAP-python==4.9.1", "HAP-python==4.9.1",
"fnv-hash-fast==0.5.0", "fnv-hash-fast==1.0.2",
"PyQRCode==1.2.1", "PyQRCode==1.2.1",
"base36==0.1.1" "base36==0.1.1"
], ],
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"quality_scale": "internal", "quality_scale": "internal",
"requirements": [ "requirements": [
"SQLAlchemy==2.0.31", "SQLAlchemy==2.0.31",
"fnv-hash-fast==0.5.0", "fnv-hash-fast==1.0.2",
"psutil-home-assistant==0.0.1" "psutil-home-assistant==0.0.1"
] ]
} }
...@@ -24,7 +24,7 @@ certifi>=2021.5.30 ...@@ -24,7 +24,7 @@ certifi>=2021.5.30
ciso8601==2.3.1 ciso8601==2.3.1
cryptography==43.0.0 cryptography==43.0.0
dbus-fast==2.23.0 dbus-fast==2.23.0
fnv-hash-fast==0.5.0 fnv-hash-fast==1.0.2
ha-av==10.1.1 ha-av==10.1.1
ha-ffmpeg==3.2.0 ha-ffmpeg==3.2.0
habluetooth==3.3.2 habluetooth==3.3.2
......
...@@ -36,7 +36,7 @@ dependencies = [ ...@@ -36,7 +36,7 @@ dependencies = [
"bcrypt==4.1.3", "bcrypt==4.1.3",
"certifi>=2021.5.30", "certifi>=2021.5.30",
"ciso8601==2.3.1", "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 # hass-nabucasa is imported by helpers which don't depend on the cloud
# integration # integration
"hass-nabucasa==0.81.1", "hass-nabucasa==0.81.1",
......
...@@ -16,7 +16,7 @@ awesomeversion==24.6.0 ...@@ -16,7 +16,7 @@ awesomeversion==24.6.0
bcrypt==4.1.3 bcrypt==4.1.3
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.3.1 ciso8601==2.3.1
fnv-hash-fast==0.5.0 fnv-hash-fast==1.0.2
hass-nabucasa==0.81.1 hass-nabucasa==0.81.1
httpx==0.27.0 httpx==0.27.0
home-assistant-bluetooth==1.12.2 home-assistant-bluetooth==1.12.2
......
...@@ -902,7 +902,7 @@ flux-led==1.0.4 ...@@ -902,7 +902,7 @@ flux-led==1.0.4
# homeassistant.components.homekit # homeassistant.components.homekit
# homeassistant.components.recorder # homeassistant.components.recorder
fnv-hash-fast==0.5.0 fnv-hash-fast==1.0.2
# homeassistant.components.foobot # homeassistant.components.foobot
foobot_async==1.0.0 foobot_async==1.0.0
......
...@@ -761,7 +761,7 @@ flux-led==1.0.4 ...@@ -761,7 +761,7 @@ flux-led==1.0.4
# homeassistant.components.homekit # homeassistant.components.homekit
# homeassistant.components.recorder # homeassistant.components.recorder
fnv-hash-fast==0.5.0 fnv-hash-fast==1.0.2
# homeassistant.components.foobot # homeassistant.components.foobot
foobot_async==1.0.0 foobot_async==1.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment