diff --git a/homeassistant/components/zeroconf.py b/homeassistant/components/zeroconf.py index 0d9cd02aa1c..3974f7b3220 100644 --- a/homeassistant/components/zeroconf.py +++ b/homeassistant/components/zeroconf.py @@ -11,7 +11,7 @@ import socket from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__) -REQUIREMENTS = ["zeroconf==0.17.5"] +REQUIREMENTS = ["zeroconf==0.17.6"] DEPENDENCIES = ["api"] diff --git a/requirements_all.txt b/requirements_all.txt index 61c580fec2b..2e8d142cd63 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -447,4 +447,4 @@ xmltodict yahooweather==0.4 # homeassistant.components.zeroconf -zeroconf==0.17.5 +zeroconf==0.17.6