From 3381fa0ac4f1709926681af1d1bec255671f4f5e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Jul 2019 11:26:07 +0200 Subject: [PATCH] Upgrade Mastodon.py to 1.4.5 (#25176) --- homeassistant/components/mastodon/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/mastodon/manifest.json b/homeassistant/components/mastodon/manifest.json index b49aa735b05..cfb4353b698 100644 --- a/homeassistant/components/mastodon/manifest.json +++ b/homeassistant/components/mastodon/manifest.json @@ -3,7 +3,7 @@ "name": "Mastodon", "documentation": "https://www.home-assistant.io/components/mastodon", "requirements": [ - "Mastodon.py==1.4.3" + "Mastodon.py==1.4.5" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index c74ab1a2e93..a4f39093185 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -37,7 +37,7 @@ Adafruit-SHT31==1.0.2 HAP-python==2.5.0 # homeassistant.components.mastodon -Mastodon.py==1.4.3 +Mastodon.py==1.4.5 # homeassistant.components.orangepi_gpio OPi.GPIO==0.3.6