mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade fuzzywuzzy to 0.15.1 (#8671)
This commit is contained in:
parent
1e8c00ac02
commit
b59c29943b
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user