From 45c041884a8c62116630d70797ac697c97ae10be Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 May 2019 11:20:22 +0200 Subject: [PATCH] Upgrade Mastodon.py to 1.4.0 (#23753) --- 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 fd7e023fc91..730fe866a5d 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.3.1" + "Mastodon.py==1.4.0" ], "dependencies": [], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index 41f416c9074..cb2ac596bb1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -36,7 +36,7 @@ Adafruit-SHT31==1.0.2 HAP-python==2.5.0 # homeassistant.components.mastodon -Mastodon.py==1.3.1 +Mastodon.py==1.4.0 # homeassistant.components.orangepi_gpio OPi.GPIO==0.3.6