From 83ce9450f79d4407eea8d0ad2becb49e6a939690 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 7 Jun 2018 16:04:58 +0200 Subject: [PATCH] Upgrade Mastodon.py to 1.3.0 (#14858) --- homeassistant/components/notify/mastodon.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/notify/mastodon.py b/homeassistant/components/notify/mastodon.py index 3ba95407fec..e29289722e8 100644 --- a/homeassistant/components/notify/mastodon.py +++ b/homeassistant/components/notify/mastodon.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 0449a695b66..c68ec249fc8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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