Skip to content

Commit

Permalink
Bump fnv-hash-fast to 1.0.2 (home-assistant#124489)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 24, 2024
1 parent 098a006 commit 2bb4a87
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/homekit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"loggers": ["pyhap"],
"requirements": [
"HAP-python==4.9.1",
"fnv-hash-fast==0.5.0",
"fnv-hash-fast==1.0.2",
"PyQRCode==1.2.1",
"base36==0.1.1"
],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.31",
"fnv-hash-fast==0.5.0",
"fnv-hash-fast==1.0.2",
"psutil-home-assistant==0.0.1"
]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ certifi>=2021.5.30
ciso8601==2.3.1
cryptography==43.0.0
dbus-fast==2.23.0
fnv-hash-fast==0.5.0
fnv-hash-fast==1.0.2
ha-av==10.1.1
ha-ffmpeg==3.2.0
habluetooth==3.3.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"bcrypt==4.1.3",
"certifi>=2021.5.30",
"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
# integration
"hass-nabucasa==0.81.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ awesomeversion==24.6.0
bcrypt==4.1.3
certifi>=2021.5.30
ciso8601==2.3.1
fnv-hash-fast==0.5.0
fnv-hash-fast==1.0.2
hass-nabucasa==0.81.1
httpx==0.27.0
home-assistant-bluetooth==1.12.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ flux-led==1.0.4

# homeassistant.components.homekit
# homeassistant.components.recorder
fnv-hash-fast==0.5.0
fnv-hash-fast==1.0.2

# homeassistant.components.foobot
foobot_async==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ flux-led==1.0.4

# homeassistant.components.homekit
# homeassistant.components.recorder
fnv-hash-fast==0.5.0
fnv-hash-fast==1.0.2

# homeassistant.components.foobot
foobot_async==1.0.0
Expand Down

0 comments on commit 2bb4a87

Please sign in to comment.