mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Bump fnv-hash-fast to 1.2.2 (#135872)
This commit is contained in:
parent
2b0e383b2e
commit
a08e42399d
@ -10,7 +10,7 @@
|
|||||||
"loggers": ["pyhap"],
|
"loggers": ["pyhap"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"HAP-python==4.9.2",
|
"HAP-python==4.9.2",
|
||||||
"fnv-hash-fast==1.1.0",
|
"fnv-hash-fast==1.2.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.36",
|
"SQLAlchemy==2.0.36",
|
||||||
"fnv-hash-fast==1.1.0",
|
"fnv-hash-fast==1.2.2",
|
||||||
"psutil-home-assistant==0.0.1"
|
"psutil-home-assistant==0.0.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ ciso8601==2.3.2
|
|||||||
cronsim==2.6
|
cronsim==2.6
|
||||||
cryptography==44.0.0
|
cryptography==44.0.0
|
||||||
dbus-fast==2.29.0
|
dbus-fast==2.29.0
|
||||||
fnv-hash-fast==1.1.0
|
fnv-hash-fast==1.2.2
|
||||||
go2rtc-client==0.1.2
|
go2rtc-client==0.1.2
|
||||||
ha-ffmpeg==3.2.2
|
ha-ffmpeg==3.2.2
|
||||||
habluetooth==3.8.0
|
habluetooth==3.8.0
|
||||||
|
@ -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.1.0",
|
"fnv-hash-fast==1.2.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.88.1",
|
"hass-nabucasa==0.88.1",
|
||||||
|
2
requirements.txt
generated
2
requirements.txt
generated
@ -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.1.0
|
fnv-hash-fast==1.2.2
|
||||||
hass-nabucasa==0.88.1
|
hass-nabucasa==0.88.1
|
||||||
httpx==0.27.2
|
httpx==0.27.2
|
||||||
home-assistant-bluetooth==1.13.0
|
home-assistant-bluetooth==1.13.0
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -934,7 +934,7 @@ flux-led==1.1.0
|
|||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
fnv-hash-fast==1.1.0
|
fnv-hash-fast==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.foobot
|
# homeassistant.components.foobot
|
||||||
foobot_async==1.0.0
|
foobot_async==1.0.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -793,7 +793,7 @@ flux-led==1.1.0
|
|||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
fnv-hash-fast==1.1.0
|
fnv-hash-fast==1.2.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