Bump py_nextbusnext to v1.0.2 to fix TypeError (#103214)
* Bump py_nextbusnext to v1.0.1 to fix TypeError Currently throwing an error as a set is passed into the method that is currently expecting a Sequence. That method is technically compatible with Iterable, so the latest patch relaxes that restriction. * Bump version to v1.0.2 to fix error messagepull/103331/head
parent
5bcff82148
commit
c1d979dc07
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/nextbus",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["py_nextbus"],
|
||||
"requirements": ["py-nextbusnext==1.0.0"]
|
||||
"requirements": ["py-nextbusnext==1.0.2"]
|
||||
}
|
||||
|
|
|
@ -1524,7 +1524,7 @@ py-improv-ble-client==1.0.3
|
|||
py-melissa-climate==2.1.4
|
||||
|
||||
# homeassistant.components.nextbus
|
||||
py-nextbusnext==1.0.0
|
||||
py-nextbusnext==1.0.2
|
||||
|
||||
# homeassistant.components.nightscout
|
||||
py-nightscout==1.2.2
|
||||
|
|
|
@ -1169,7 +1169,7 @@ py-improv-ble-client==1.0.3
|
|||
py-melissa-climate==2.1.4
|
||||
|
||||
# homeassistant.components.nextbus
|
||||
py-nextbusnext==1.0.0
|
||||
py-nextbusnext==1.0.2
|
||||
|
||||
# homeassistant.components.nightscout
|
||||
py-nightscout==1.2.2
|
||||
|
|
Loading…
Reference in New Issue