Skip to content

Commit

Permalink
Bump dbus-fast to 1.41.0 (home-assistant#80062)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 11, 2022
1 parent 8aa5a78 commit fe55346
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bluetooth/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bleak-retry-connector==2.1.3",
"bluetooth-adapters==0.6.0",
"bluetooth-auto-recovery==0.3.4",
"dbus-fast==1.38.0"
"dbus-fast==1.41.0"
],
"codeowners": ["@bdraco"],
"config_flow": true,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bluetooth-auto-recovery==0.3.4
certifi>=2021.5.30
ciso8601==2.2.0
cryptography==38.0.1
dbus-fast==1.38.0
dbus-fast==1.41.0
fnvhash==0.1.0
hass-nabucasa==0.56.0
home-assistant-bluetooth==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ datadog==0.15.0
datapoint==0.9.8

# homeassistant.components.bluetooth
dbus-fast==1.38.0
dbus-fast==1.41.0

# homeassistant.components.debugpy
debugpy==1.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ datadog==0.15.0
datapoint==0.9.8

# homeassistant.components.bluetooth
dbus-fast==1.38.0
dbus-fast==1.41.0

# homeassistant.components.debugpy
debugpy==1.6.3
Expand Down

0 comments on commit fe55346

Please sign in to comment.