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