From 416f1762f03fca3790a89b2014ff3d89fa958c00 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:57:21 -0400 Subject: [PATCH] Bump serialx to 1.9.0 (#180071) --- homeassistant/components/serial/manifest.json | 2 +- homeassistant/components/usb/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/serial/manifest.json b/homeassistant/components/serial/manifest.json index 4dedbd898035..9b55c513194d 100644 --- a/homeassistant/components/serial/manifest.json +++ b/homeassistant/components/serial/manifest.json @@ -4,5 +4,5 @@ "codeowners": ["@fabaff"], "documentation": "https://www.home-assistant.io/integrations/serial", "iot_class": "local_polling", - "requirements": ["serialx==1.8.2"] + "requirements": ["serialx==1.9.0"] } diff --git a/homeassistant/components/usb/manifest.json b/homeassistant/components/usb/manifest.json index daa33746b363..205913f357f8 100644 --- a/homeassistant/components/usb/manifest.json +++ b/homeassistant/components/usb/manifest.json @@ -8,5 +8,5 @@ "integration_type": "system", "iot_class": "local_push", "quality_scale": "internal", - "requirements": ["aiousbwatcher==1.1.2", "serialx==1.8.2"] + "requirements": ["aiousbwatcher==1.1.2", "serialx==1.9.0"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index d48683c76400..fbd556cd1063 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -64,7 +64,7 @@ PyTurboJPEG==1.8.3 PyYAML==6.0.3 requests==2.34.2 securetar==2026.4.1 -serialx==1.8.2 +serialx==1.9.0 SQLAlchemy==2.0.52 standard-aifc==3.13.0 standard-telnetlib==3.13.0 diff --git a/requirements_all.txt b/requirements_all.txt index 2998b0cf56d9..bd41fb544537 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3035,7 +3035,7 @@ sentry-sdk==2.48.0 # homeassistant.components.serial # homeassistant.components.usb -serialx==1.8.2 +serialx==1.9.0 # homeassistant.components.sfr_box sfrbox-api==0.1.1