Upgrade beautifulsoup4 to 4.6.1 (#15727)

This commit is contained in:
Fabian Affolter 2018-07-29 19:55:49 +02:00 committed by GitHub
parent 5849381dfb
commit 28ad0017e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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__)

View file

@ -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'

View file

@ -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__)

View file

@ -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)

View file

@ -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