Bump brother library to version 4.0.2 (#113235)

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
Maciej Bieniek 2024-03-13 17:50:29 +01:00 committed by Franck Nijhof
parent f7da6b5e81
commit 5769ba023c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
brother = await Brother.create(
host, printer_type=printer_type, snmp_engine=snmp_engine
)
except (ConnectionError, SnmpError) as error:
except (ConnectionError, SnmpError, TimeoutError) as error:
raise ConfigEntryNotReady from error
coordinator = BrotherDataUpdateCoordinator(hass, brother)

View File

@ -8,7 +8,7 @@
"iot_class": "local_polling",
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
"quality_scale": "platinum",
"requirements": ["brother==4.0.0"],
"requirements": ["brother==4.0.2"],
"zeroconf": [
{
"type": "_printer._tcp.local.",

View File

@ -609,7 +609,7 @@ bring-api==0.5.6
broadlink==0.18.3
# homeassistant.components.brother
brother==4.0.0
brother==4.0.2
# homeassistant.components.brottsplatskartan
brottsplatskartan==1.0.5

View File

@ -520,7 +520,7 @@ bring-api==0.5.6
broadlink==0.18.3
# homeassistant.components.brother
brother==4.0.0
brother==4.0.2
# homeassistant.components.brottsplatskartan
brottsplatskartan==1.0.5