Upgrade beautifulsoup4 to 4.6.1 (#15727)
This commit is contained in:
parent
5849381dfb
commit
28ad0017e1
5 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
INTERFACES = 2
|
||||
DEFAULT_TIMEOUT = 10
|
||||
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.0']
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ from homeassistant.util import Throttle
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import (CONF_DOMAIN, CONF_NAME)
|
||||
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.0']
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.1']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_PRODUCT_ID = 'product_id'
|
||||
|
|
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.0']
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.0']
|
||||
REQUIREMENTS = ['beautifulsoup4==4.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -35,9 +35,9 @@ OPTION_MEAN_VELOCITY = 'mean_velocity'
|
|||
OPTION_CONGESTION = 'congestion'
|
||||
|
||||
SENSOR_TYPES = {
|
||||
OPTION_TRAFFIC_JAM: ['Traffic Jam', LENGTH_KILOMETERS],
|
||||
OPTION_MEAN_VELOCITY: ['Mean Velocity', LENGTH_KILOMETERS+'/h'],
|
||||
OPTION_CONGESTION: ['Congestion', ''],
|
||||
OPTION_MEAN_VELOCITY: ['Mean Velocity', LENGTH_KILOMETERS+'/h'],
|
||||
OPTION_TRAFFIC_JAM: ['Traffic Jam', LENGTH_KILOMETERS],
|
||||
}
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
|
||||
|
|
|
@ -154,7 +154,7 @@ batinfo==0.4.2
|
|||
# homeassistant.components.sensor.geizhals
|
||||
# homeassistant.components.sensor.scrape
|
||||
# homeassistant.components.sensor.sytadin
|
||||
beautifulsoup4==4.6.0
|
||||
beautifulsoup4==4.6.1
|
||||
|
||||
# homeassistant.components.zha
|
||||
bellows==0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue