From 27401f4975a1320796b898e375b208449e1d3c89 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 31 Jul 2018 21:17:55 +0200 Subject: [PATCH] Upgrade Mastodon.py to 1.3.1 (#15766) --- 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 e29289722e8..095e3f98ff9 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.3.0'] +REQUIREMENTS = ['Mastodon.py==1.3.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 52fca6a7615..5268a8b47c4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -33,7 +33,7 @@ DoorBirdPy==0.1.3 HAP-python==2.2.2 # homeassistant.components.notify.mastodon -Mastodon.py==1.3.0 +Mastodon.py==1.3.1 # homeassistant.components.isy994 PyISY==1.1.0