mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Bump fnv-hash-fast to 1.0.2 (#124489)
This commit is contained in:
parent
098a006f32
commit
2bb4a8747c
@ -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 @@
|
|||||||
"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
|
|||||||
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 = [
|
|||||||
"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
|
|||||||
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
|
|||||||
|
|
||||||
# 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
|
|||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user