Update aiooui to 0.1.7 (#129179)
This commit is contained in:
parent
68284bed74
commit
017b1cae26
4 changed files with 3 additions and 4 deletions
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["nmap"],
|
||||
"requirements": ["netmap==0.7.0.2", "getmac==0.9.4", "aiooui==0.1.6"]
|
||||
"requirements": ["netmap==0.7.0.2", "getmac==0.9.4", "aiooui==0.1.7"]
|
||||
}
|
||||
|
|
|
@ -319,7 +319,7 @@ aiooncue==0.3.7
|
|||
aioopenexchangerates==0.6.8
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
aiooui==0.1.6
|
||||
aiooui==0.1.7
|
||||
|
||||
# homeassistant.components.pegel_online
|
||||
aiopegelonline==0.0.10
|
||||
|
|
|
@ -301,7 +301,7 @@ aiooncue==0.3.7
|
|||
aioopenexchangerates==0.6.8
|
||||
|
||||
# homeassistant.components.nmap_tracker
|
||||
aiooui==0.1.6
|
||||
aiooui==0.1.7
|
||||
|
||||
# homeassistant.components.pegel_online
|
||||
aiopegelonline==0.0.10
|
||||
|
|
|
@ -142,7 +142,6 @@ EXCEPTIONS = {
|
|||
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
|
||||
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
|
||||
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
|
||||
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
|
||||
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
|
||||
"chacha20poly1305", # LGPL
|
||||
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
||||
|
|
Loading…
Add table
Reference in a new issue