Skip to content

Commit

Permalink
Update romy to 0.0.9 (#114360)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and frenck committed Apr 5, 2024
1 parent 25289e0 commit 450be67
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/romy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/romy",
"iot_class": "local_polling",
"requirements": ["romy==0.0.7"],
"requirements": ["romy==0.0.9"],
"zeroconf": ["_aicu-http._tcp.local."]
}
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ filterwarnings = [
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
# https://github.com/pyudev/pyudev/pull/466 - >=0.24.0
"ignore:invalid escape sequence:SyntaxWarning:.*pyudev.monitor",
# https://github.com/xeniter/romy/pull/1 - >=0.0.8
"ignore:with timeout\\(\\) is deprecated, use async with timeout\\(\\) instead:DeprecationWarning:romy.utils",
# https://github.com/grahamwetzler/smart-meter-texas/pull/143 - >0.5.3
"ignore:ssl.OP_NO_SSL\\*/ssl.OP_NO_TLS\\* options are deprecated:DeprecationWarning:smart_meter_texas",
# https://github.com/mvantellingen/python-zeep/pull/1364 - >4.2.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ rocketchat-API==0.6.1
rokuecp==0.19.2

# homeassistant.components.romy
romy==0.0.7
romy==0.0.9

# homeassistant.components.roomba
roombapy==1.8.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 @@ -1893,7 +1893,7 @@ ring-doorbell[listen]==0.8.9
rokuecp==0.19.2

# homeassistant.components.romy
romy==0.0.7
romy==0.0.9

# homeassistant.components.roomba
roombapy==1.8.1
Expand Down

0 comments on commit 450be67

Please sign in to comment.