Skip to content

Commit 8fe26bd

Browse files
Update fnv-hash-fast to 2.0.3 (home-assistant#172003)
1 parent f75d56c commit 8fe26bd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

homeassistant/components/homekit/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"loggers": ["pyhap"],
1111
"requirements": [
1212
"HAP-python==5.0.0",
13-
"fnv-hash-fast==2.0.2",
13+
"fnv-hash-fast==2.0.3",
1414
"homekit-audio-proxy==1.2.1",
1515
"PyQRCode==1.2.1",
1616
"base36==0.1.1"

homeassistant/components/recorder/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"quality_scale": "internal",
99
"requirements": [
1010
"SQLAlchemy==2.0.49",
11-
"fnv-hash-fast==2.0.2",
11+
"fnv-hash-fast==2.0.3",
1212
"psutil-home-assistant==0.0.1"
1313
]
1414
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cronsim==2.7
3232
cryptography==48.0.0
3333
dbus-fast==5.0.3
3434
file-read-backwards==2.0.0
35-
fnv-hash-fast==2.0.2
35+
fnv-hash-fast==2.0.3
3636
go2rtc-client==0.4.0
3737
ha-ffmpeg==3.2.2
3838
habluetooth==6.7.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"certifi>=2021.5.30",
4545
"ciso8601==2.3.3",
4646
"cronsim==2.7",
47-
"fnv-hash-fast==2.0.2",
47+
"fnv-hash-fast==2.0.3",
4848
# hass-nabucasa is imported by helpers which don't depend on the cloud
4949
# integration
5050
"hass-nabucasa==2.2.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)