From 4b24ca924b861a5747eaa37fcfef498e828e55aa Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 5 May 2026 15:06:30 -0400 Subject: [PATCH] Bump serialx to 1.7.0 (#169867) --- homeassistant/components/acer_projector/manifest.json | 2 +- homeassistant/components/serial/manifest.json | 2 +- homeassistant/components/usb/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/acer_projector/manifest.json b/homeassistant/components/acer_projector/manifest.json index 90b2e3fd1537..480a72bd09ec 100644 --- a/homeassistant/components/acer_projector/manifest.json +++ b/homeassistant/components/acer_projector/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/acer_projector", "iot_class": "local_polling", "quality_scale": "legacy", - "requirements": ["serialx==1.4.1"] + "requirements": ["serialx==1.7.0"] } diff --git a/homeassistant/components/serial/manifest.json b/homeassistant/components/serial/manifest.json index 380b69050169..b7296c584c96 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.4.1"] + "requirements": ["serialx==1.7.0"] } diff --git a/homeassistant/components/usb/manifest.json b/homeassistant/components/usb/manifest.json index 966275da3d9e..e2f6c3db62bc 100644 --- a/homeassistant/components/usb/manifest.json +++ b/homeassistant/components/usb/manifest.json @@ -7,5 +7,5 @@ "integration_type": "system", "iot_class": "local_push", "quality_scale": "internal", - "requirements": ["aiousbwatcher==1.1.2", "serialx==1.4.1"] + "requirements": ["aiousbwatcher==1.1.2", "serialx==1.7.0"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3d31303977d1..a632826c2797 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -63,7 +63,7 @@ PyTurboJPEG==1.8.3 PyYAML==6.0.3 requests==2.33.1 securetar==2026.4.1 -serialx==1.4.1 +serialx==1.7.0 SQLAlchemy==2.0.49 standard-aifc==3.13.0 standard-telnetlib==3.13.0 diff --git a/requirements_all.txt b/requirements_all.txt index ca18f40fa5bc..05db12a34c80 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2945,7 +2945,7 @@ sentry-sdk==2.48.0 # homeassistant.components.acer_projector # homeassistant.components.serial # homeassistant.components.usb -serialx==1.4.1 +serialx==1.7.0 # homeassistant.components.sfr_box sfrbox-api==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8a8cea7de7a8..2bc991a6295e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2511,7 +2511,7 @@ sentry-sdk==2.48.0 # homeassistant.components.acer_projector # homeassistant.components.serial # homeassistant.components.usb -serialx==1.4.1 +serialx==1.7.0 # homeassistant.components.sfr_box sfrbox-api==0.1.1