diff --git a/homeassistant/components/camera/uvc.py b/homeassistant/components/camera/uvc.py index c29100ecaad..c5252209996 100644 --- a/homeassistant/components/camera/uvc.py +++ b/homeassistant/components/camera/uvc.py @@ -14,7 +14,7 @@ from homeassistant.const import CONF_PORT from homeassistant.components.camera import Camera, PLATFORM_SCHEMA import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['uvcclient==0.9.0'] +REQUIREMENTS = ['uvcclient==0.10.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ca0530912cc..709f7ccd8ec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -597,7 +597,7 @@ uber_rides==0.2.7 urllib3 # homeassistant.components.camera.uvc -uvcclient==0.9.0 +uvcclient==0.10.0 # homeassistant.components.device_tracker.volvooncall volvooncall==0.1.1