Skip to content

Commit

Permalink
Upgrade zeroconf to 0.21.3 (#16789)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadly authored and fabaff committed Sep 23, 2018
1 parent eca1f05 commit 127395a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from homeassistant import util
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)

REQUIREMENTS = ['zeroconf==0.21.2']
REQUIREMENTS = ['zeroconf==0.21.3']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ youtube_dl==2018.09.18
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.21.2
zeroconf==0.21.3

# homeassistant.components.climate.zhong_hong
zhong_hong_hvac==1.0.9
Expand Down

0 comments on commit 127395a

Please sign in to comment.