Bump huum to 0.7.11 (#130047)
* Update huum dependency 0.7.10 -> 0.7.11 This change includes an explicit MIT license for the package. * Remove huum from license exceptions list
This commit is contained in:
parent
c5e3ba536c
commit
c1ecc13cb3
4 changed files with 3 additions and 4 deletions
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/huum",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["huum==0.7.10"]
|
||||
"requirements": ["huum==0.7.11"]
|
||||
}
|
||||
|
|
|
@ -1145,7 +1145,7 @@ httplib2==0.20.4
|
|||
huawei-lte-api==1.10.0
|
||||
|
||||
# homeassistant.components.huum
|
||||
huum==0.7.10
|
||||
huum==0.7.11
|
||||
|
||||
# homeassistant.components.hyperion
|
||||
hyperion-py==0.7.5
|
||||
|
|
|
@ -968,7 +968,7 @@ httplib2==0.20.4
|
|||
huawei-lte-api==1.10.0
|
||||
|
||||
# homeassistant.components.huum
|
||||
huum==0.7.10
|
||||
huum==0.7.11
|
||||
|
||||
# homeassistant.components.hyperion
|
||||
hyperion-py==0.7.5
|
||||
|
|
|
@ -188,7 +188,6 @@ EXCEPTIONS = {
|
|||
"crownstone-uart", # https://github.com/crownstone/crownstone-lib-python-uart/pull/12
|
||||
"eliqonline", # https://github.com/molobrakos/eliqonline/pull/17
|
||||
"enocean", # https://github.com/kipe/enocean/pull/142
|
||||
"huum", # https://github.com/frwickst/pyhuum/pull/8
|
||||
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
|
||||
"iso4217", # Public domain
|
||||
"kiwiki_client", # https://github.com/c7h/kiwiki_client/pull/6
|
||||
|
|
Loading…
Add table
Reference in a new issue