mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Bump serialx to 1.9.0 (#180071)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user