Upgrade fuzzywuzzy to 0.15.1 (#8671)

This commit is contained in:
Fabian Affolter 2017-07-27 17:22:40 +02:00 committed by Pascal Vizeli
parent 1e8c00ac02
commit b59c29943b
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.helpers import intent, config_validation as cv
from homeassistant.components import http
REQUIREMENTS = ['fuzzywuzzy==0.15.0']
REQUIREMENTS = ['fuzzywuzzy==0.15.1']
DEPENDENCIES = ['http']
ATTR_TEXT = 'text'

View File

@ -235,7 +235,7 @@ fritzhome==1.0.2
fsapi==0.0.7
# homeassistant.components.conversation
fuzzywuzzy==0.15.0
fuzzywuzzy==0.15.1
# homeassistant.components.tts.google
gTTS-token==1.1.1

View File

@ -43,7 +43,7 @@ dsmr_parser==0.8
evohomeclient==0.2.5
# homeassistant.components.conversation
fuzzywuzzy==0.15.0
fuzzywuzzy==0.15.1
# homeassistant.components.tts.google
gTTS-token==1.1.1