mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Upgrade brunt package (#16130)
* Bumped package version to fix a bug with Python before 3.6 * update of package version in requirements_all
This commit is contained in:
parent
478eb48e93
commit
4ad76d8916
@ -18,7 +18,7 @@ from homeassistant.components.cover import (
|
||||
)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['brunt==0.1.2']
|
||||
REQUIREMENTS = ['brunt==0.1.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -205,7 +205,7 @@ braviarc-homeassistant==0.3.7.dev0
|
||||
broadlink==0.9.0
|
||||
|
||||
# homeassistant.components.cover.brunt
|
||||
brunt==0.1.2
|
||||
brunt==0.1.3
|
||||
|
||||
# homeassistant.components.device_tracker.bluetooth_tracker
|
||||
bt_proximity==0.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user