Bump fnv-hash-fast to 1.4.0 (#139801)
changelog: https://github.com/Bluetooth-Devices/fnv-hash-fast/compare/v1.2.6...v1.4.0pull/139809/head^2
parent
49b2f8fd7f
commit
3eb7302fde
|
@ -10,7 +10,7 @@
|
||||||
"loggers": ["pyhap"],
|
"loggers": ["pyhap"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"HAP-python==4.9.2",
|
"HAP-python==4.9.2",
|
||||||
"fnv-hash-fast==1.2.6",
|
"fnv-hash-fast==1.4.0",
|
||||||
"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.38",
|
"SQLAlchemy==2.0.38",
|
||||||
"fnv-hash-fast==1.2.6",
|
"fnv-hash-fast==1.4.0",
|
||||||
"psutil-home-assistant==0.0.1"
|
"psutil-home-assistant==0.0.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,7 @@ ciso8601==2.3.2
|
||||||
cronsim==2.6
|
cronsim==2.6
|
||||||
cryptography==44.0.1
|
cryptography==44.0.1
|
||||||
dbus-fast==2.33.0
|
dbus-fast==2.33.0
|
||||||
fnv-hash-fast==1.2.6
|
fnv-hash-fast==1.4.0
|
||||||
go2rtc-client==0.1.2
|
go2rtc-client==0.1.2
|
||||||
ha-ffmpeg==3.2.2
|
ha-ffmpeg==3.2.2
|
||||||
habluetooth==3.24.1
|
habluetooth==3.24.1
|
||||||
|
|
|
@ -43,7 +43,7 @@ dependencies = [
|
||||||
"certifi>=2021.5.30",
|
"certifi>=2021.5.30",
|
||||||
"ciso8601==2.3.2",
|
"ciso8601==2.3.2",
|
||||||
"cronsim==2.6",
|
"cronsim==2.6",
|
||||||
"fnv-hash-fast==1.2.6",
|
"fnv-hash-fast==1.4.0",
|
||||||
# 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.94.0",
|
"hass-nabucasa==0.94.0",
|
||||||
|
|
|
@ -20,7 +20,7 @@ bcrypt==4.2.0
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.2
|
ciso8601==2.3.2
|
||||||
cronsim==2.6
|
cronsim==2.6
|
||||||
fnv-hash-fast==1.2.6
|
fnv-hash-fast==1.4.0
|
||||||
hass-nabucasa==0.94.0
|
hass-nabucasa==0.94.0
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
home-assistant-bluetooth==1.13.1
|
home-assistant-bluetooth==1.13.1
|
||||||
|
|
|
@ -946,7 +946,7 @@ flux-led==1.1.3
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
fnv-hash-fast==1.2.6
|
fnv-hash-fast==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.foobot
|
# homeassistant.components.foobot
|
||||||
foobot_async==1.0.0
|
foobot_async==1.0.0
|
||||||
|
|
|
@ -805,7 +805,7 @@ flux-led==1.1.3
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
fnv-hash-fast==1.2.6
|
fnv-hash-fast==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.foobot
|
# homeassistant.components.foobot
|
||||||
foobot_async==1.0.0
|
foobot_async==1.0.0
|
||||||
|
|
Loading…
Reference in New Issue