Skip to content

Commit

Permalink
Upgrade PyMata to 2.13 (home-assistant#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and balloob committed Sep 14, 2016
1 parent 26a118e commit 1e8cf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.const import CONF_PORT
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['PyMata==2.12']
REQUIREMENTS = ['PyMata==2.13']

_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 @@ -14,7 +14,7 @@ PyISY==1.0.7
PyJWT==1.4.2

# homeassistant.components.arduino
PyMata==2.12
PyMata==2.13

# homeassistant.components.rpi_gpio
# RPi.GPIO==0.6.1
Expand Down

0 comments on commit 1e8cf8c

Please sign in to comment.