mirror of
https://github.com/home-assistant/core.git
synced 2026-09-20 00:33:56 +01:00
Bump pyblackbird to 0.10 (#181565)
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyblackbird"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["pyblackbird==0.6"]
|
||||
"requirements": ["pyblackbird==0.10"]
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import logging
|
||||
from typing import override
|
||||
|
||||
from pyblackbird import get_blackbird
|
||||
from serial import SerialException
|
||||
from serialx import SerialException
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.media_player import (
|
||||
|
||||
@@ -544,9 +544,6 @@ filterwarnings = [
|
||||
# https://pypi.org/project/panasonic-viera/ - v0.4.4 - 2025-11-25
|
||||
# https://github.com/florianholzapfel/panasonic-viera/blob/0.4.4/panasonic_viera/remote_control.py#L665
|
||||
"ignore:.*invalid escape sequence:SyntaxWarning:.*panasonic_viera",
|
||||
# https://pypi.org/project/pyblackbird/ - v0.6 - 2023-03-15
|
||||
# https://github.com/koolsb/pyblackbird/pull/9 -> closed
|
||||
"ignore:.*invalid escape sequence:SyntaxWarning:.*pyblackbird",
|
||||
# https://pypi.org/project/pyws66i/ - v1.1 - 2022-04-05
|
||||
"ignore:.*invalid escape sequence:SyntaxWarning:.*pyws66i",
|
||||
# https://pypi.org/project/sanix/ - v1.0.6 - 2024-05-01
|
||||
|
||||
Generated
+1
-1
@@ -2105,7 +2105,7 @@ pybalboa==1.1.3
|
||||
pybbox==0.0.5-alpha
|
||||
|
||||
# homeassistant.components.blackbird
|
||||
pyblackbird==0.6
|
||||
pyblackbird==0.10
|
||||
|
||||
# homeassistant.components.bluesound
|
||||
pyblu==2.0.8
|
||||
|
||||
@@ -124,11 +124,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
"airthings": {"airthings-cloud": {"async-timeout"}},
|
||||
"apache_kafka": {"aiokafka": {"async-timeout"}},
|
||||
"aseko_pool_live": {"gql": {"backoff"}},
|
||||
"blackbird": {
|
||||
# https://github.com/koolsb/pyblackbird/issues/12
|
||||
# pyblackbird > pyserial-asyncio
|
||||
"pyblackbird": {"pyserial-asyncio"}
|
||||
},
|
||||
"coinbase": {"coinbase-advanced-py": {"backoff"}},
|
||||
"cmus": {
|
||||
# https://github.com/mtreinish/pycmus/issues/4
|
||||
|
||||
Reference in New Issue
Block a user