Skip to content

Commit

Permalink
Bump hass-nabucasa from 0.86.0 to 0.87.0 (#133043)
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs authored Dec 12, 2024
1 parent bcaf1dc commit c18cbf5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"integration_type": "system",
"iot_class": "cloud_push",
"loggers": ["hass_nabucasa"],
"requirements": ["hass-nabucasa==0.86.0"],
"requirements": ["hass-nabucasa==0.87.0"],
"single_config_entry": true
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fnv-hash-fast==1.0.2
go2rtc-client==0.1.2
ha-ffmpeg==3.2.2
habluetooth==3.6.0
hass-nabucasa==0.86.0
hass-nabucasa==0.87.0
hassil==2.0.5
home-assistant-bluetooth==1.13.0
home-assistant-frontend==20241127.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"fnv-hash-fast==1.0.2",
# hass-nabucasa is imported by helpers which don't depend on the cloud
# integration
"hass-nabucasa==0.86.0",
"hass-nabucasa==0.87.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bcrypt==4.2.0
certifi>=2021.5.30
ciso8601==2.3.2
fnv-hash-fast==1.0.2
hass-nabucasa==0.86.0
hass-nabucasa==0.87.0
httpx==0.27.2
home-assistant-bluetooth==1.13.0
ifaddr==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ habitipy==0.3.3
habluetooth==3.6.0

# homeassistant.components.cloud
hass-nabucasa==0.86.0
hass-nabucasa==0.87.0

# homeassistant.components.splunk
hass-splunk==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ habitipy==0.3.3
habluetooth==3.6.0

# homeassistant.components.cloud
hass-nabucasa==0.86.0
hass-nabucasa==0.87.0

# homeassistant.components.conversation
hassil==2.0.5
Expand Down

0 comments on commit c18cbf5

Please sign in to comment.