mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump fnv-hash-fast to 1.2.6 (#139246)
This commit is contained in:
parent
a3bc55f49b
commit
d4dd8fd902
@ -10,7 +10,7 @@
|
||||
"loggers": ["pyhap"],
|
||||
"requirements": [
|
||||
"HAP-python==4.9.2",
|
||||
"fnv-hash-fast==1.2.3",
|
||||
"fnv-hash-fast==1.2.6",
|
||||
"PyQRCode==1.2.1",
|
||||
"base36==0.1.1"
|
||||
],
|
||||
|
@ -8,7 +8,7 @@
|
||||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"SQLAlchemy==2.0.38",
|
||||
"fnv-hash-fast==1.2.3",
|
||||
"fnv-hash-fast==1.2.6",
|
||||
"psutil-home-assistant==0.0.1"
|
||||
]
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
cryptography==44.0.1
|
||||
dbus-fast==2.33.0
|
||||
fnv-hash-fast==1.2.3
|
||||
fnv-hash-fast==1.2.6
|
||||
go2rtc-client==0.1.2
|
||||
ha-ffmpeg==3.2.2
|
||||
habluetooth==3.24.0
|
||||
|
@ -43,7 +43,7 @@ dependencies = [
|
||||
"certifi>=2021.5.30",
|
||||
"ciso8601==2.3.2",
|
||||
"cronsim==2.6",
|
||||
"fnv-hash-fast==1.2.3",
|
||||
"fnv-hash-fast==1.2.6",
|
||||
# hass-nabucasa is imported by helpers which don't depend on the cloud
|
||||
# integration
|
||||
"hass-nabucasa==0.92.0",
|
||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -20,7 +20,7 @@ bcrypt==4.2.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
fnv-hash-fast==1.2.3
|
||||
fnv-hash-fast==1.2.6
|
||||
hass-nabucasa==0.92.0
|
||||
httpx==0.28.1
|
||||
home-assistant-bluetooth==1.13.1
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -946,7 +946,7 @@ flux-led==1.1.3
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# homeassistant.components.recorder
|
||||
fnv-hash-fast==1.2.3
|
||||
fnv-hash-fast==1.2.6
|
||||
|
||||
# homeassistant.components.foobot
|
||||
foobot_async==1.0.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -805,7 +805,7 @@ flux-led==1.1.3
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# homeassistant.components.recorder
|
||||
fnv-hash-fast==1.2.3
|
||||
fnv-hash-fast==1.2.6
|
||||
|
||||
# homeassistant.components.foobot
|
||||
foobot_async==1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user