diff --git a/homeassistant/components/ipp/entity.py b/homeassistant/components/ipp/entity.py index fdaa4cf035ea71..ce146db8c3ba34 100644 --- a/homeassistant/components/ipp/entity.py +++ b/homeassistant/components/ipp/entity.py @@ -31,6 +31,7 @@ def __init__( manufacturer=self.coordinator.data.info.manufacturer, model=self.coordinator.data.info.model, name=self.coordinator.data.info.name, + serial_number=self.coordinator.data.info.serial, sw_version=self.coordinator.data.info.version, configuration_url=self.coordinator.data.info.more_info, ) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 213a45a48e9092..1e7dfbb136b56f 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -29,7 +29,7 @@ # mypy: allow-untyped-calls, allow-untyped-defs -REQUIREMENTS = ("colorlog==6.9.0",) +REQUIREMENTS = ("colorlog==6.10.1",) _LOGGER = logging.getLogger(__name__) MOCKS: dict[str, tuple[str, Callable]] = { diff --git a/requirements_all.txt b/requirements_all.txt index c63f14fa5eeba8..f09771603b4457 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -739,7 +739,7 @@ clx-sdk-xms==1.0.0 coinbase-advanced-py==1.2.2 # homeassistant.scripts.check_config -colorlog==6.9.0 +colorlog==6.10.1 # homeassistant.components.color_extractor colorthief==0.2.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f3a9260bed2166..d8106b3c2e1743 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -648,7 +648,7 @@ caldav==1.6.0 coinbase-advanced-py==1.2.2 # homeassistant.scripts.check_config -colorlog==6.9.0 +colorlog==6.10.1 # homeassistant.components.color_extractor colorthief==0.2.1