Skip to content

Commit

Permalink
Update voluptuous serialize (#12538)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Feb 20, 2018
1 parent 336b007 commit d68a24b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/config/config_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from homeassistant.components.http.data_validator import RequestDataValidator


REQUIREMENTS = ['voluptuous-serialize==0.1']
REQUIREMENTS = ['voluptuous-serialize==1']


@asyncio.coroutine
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ uvcclient==0.10.1
venstarcolortouch==0.6

# homeassistant.components.config.config_entries
voluptuous-serialize==0.1
voluptuous-serialize==1

# homeassistant.components.volvooncall
volvooncall==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ statsd==3.2.1
uvcclient==0.10.1

# homeassistant.components.config.config_entries
voluptuous-serialize==0.1
voluptuous-serialize==1

# homeassistant.components.vultr
vultr==0.1.2
Expand Down

0 comments on commit d68a24b

Please sign in to comment.