Skip to content

Commit

Permalink
Merge cdf2ef6 into 3b5ed7a
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 18, 2019
2 parents 3b5ed7a + cdf2ef6 commit c307f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -14,7 +14,7 @@ pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.88
voluptuous==0.11.5
voluptuous-serialize==2.0.0
voluptuous-serialize==2.1.0

pycryptodome>=3.6.6

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -15,7 +15,7 @@ pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.88
voluptuous==0.11.5
voluptuous-serialize==2.0.0
voluptuous-serialize==2.1.0

# homeassistant.components.nuimo_controller
--only-binary=all nuimo==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -49,7 +49,7 @@
'requests==2.21.0',
'ruamel.yaml==0.15.88',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
'voluptuous-serialize==2.1.0',
]

MIN_PY_VERSION = '.'.join(map(str, hass_const.REQUIRED_PYTHON_VER))
Expand Down

0 comments on commit c307f42

Please sign in to comment.