Upgrade Mastodon.py to 1.3.0 (#14858)

This commit is contained in:
Fabian Affolter 2018-06-07 16:04:58 +02:00 committed by Paulus Schoutsen
parent 0b405c33c4
commit 83ce9450f7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.components.notify import (
from homeassistant.const import CONF_ACCESS_TOKEN
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['Mastodon.py==1.2.2']
REQUIREMENTS = ['Mastodon.py==1.3.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -31,7 +31,7 @@ DoorBirdPy==0.1.3
HAP-python==2.2.2
# homeassistant.components.notify.mastodon
Mastodon.py==1.2.2
Mastodon.py==1.3.0
# homeassistant.components.isy994
PyISY==1.1.0