Skip to content

Commit 353b573

Browse files
authored
Update bluecurrent-api to 1.2.4 (home-assistant#149005)
1 parent 109663f commit 353b573

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

homeassistant/components/blue_current/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/blue_current",
77
"iot_class": "cloud_push",
88
"loggers": ["bluecurrent_api"],
9-
"requirements": ["bluecurrent-api==1.2.3"]
9+
"requirements": ["bluecurrent-api==1.2.4"]
1010
}

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,6 @@ filterwarnings = [
589589
# -- Websockets 14.1
590590
# https://websockets.readthedocs.io/en/stable/howto/upgrade.html
591591
"ignore:websockets.legacy is deprecated:DeprecationWarning:websockets.legacy",
592-
# https://github.com/bluecurrent/HomeAssistantAPI/pull/19 - >=1.2.4
593-
"ignore:websockets.client.connect is deprecated:DeprecationWarning:bluecurrent_api.websocket",
594-
"ignore:websockets.client.WebSocketClientProtocol is deprecated:DeprecationWarning:bluecurrent_api.websocket",
595-
"ignore:websockets.exceptions.InvalidStatusCode is deprecated:DeprecationWarning:bluecurrent_api.websocket",
596592
# https://github.com/graphql-python/gql/pull/543 - >=4.0.0a0
597593
"ignore:websockets.client.WebSocketClientProtocol is deprecated:DeprecationWarning:gql.transport.websockets_base",
598594

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.

requirements_test_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)