Skip to content

Commit 562f72f

Browse files
authored
Bump panasonic-viera to 0.4.4 (home-assistant#157268)
1 parent f5ee3bd commit 562f72f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/panasonic_viera/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/panasonic_viera",
77
"iot_class": "local_polling",
88
"loggers": ["panasonic_viera"],
9-
"requirements": ["panasonic-viera==0.4.2"]
9+
"requirements": ["panasonic-viera==0.4.4"]
1010
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ filterwarnings = [
544544
"ignore:.*invalid escape sequence:SyntaxWarning:.*aprslib.parsing.common",
545545
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:aprslib.parsing.common",
546546
# https://pypi.org/project/panasonic-viera/ - v0.4.2 - 2024-04-24
547-
# https://github.com/florianholzapfel/panasonic-viera/blob/0.4.2/panasonic_viera/__init__.py#L789
547+
# https://github.com/florianholzapfel/panasonic-viera/blob/0.4.4/panasonic_viera/remote_control.py#L665
548548
"ignore:.*invalid escape sequence:SyntaxWarning:.*panasonic_viera",
549549
# https://pypi.org/project/pyblackbird/ - v0.6 - 2023-03-15
550550
# https://github.com/koolsb/pyblackbird/pull/9 -> closed

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)