Upgrade Mastodon.py to 1.5.1 ()

* Upgrade Mastodon.py to 1.5.1

* Remove left-overs
pull/31729/head^2
Fabian Affolter 2020-04-03 12:06:28 +02:00 committed by GitHub
parent b5c89b4ef4
commit eccab375a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
homeassistant/components/mastodon

View File

@ -2,7 +2,7 @@
"domain": "mastodon",
"name": "Mastodon",
"documentation": "https://www.home-assistant.io/integrations/mastodon",
"requirements": ["Mastodon.py==1.5.0"],
"requirements": ["Mastodon.py==1.5.1"],
"dependencies": [],
"codeowners": ["@fabaff"]
}

View File

@ -38,7 +38,7 @@ Adafruit-SHT31==1.0.2
HAP-python==2.8.0
# homeassistant.components.mastodon
Mastodon.py==1.5.0
Mastodon.py==1.5.1
# homeassistant.components.orangepi_gpio
OPi.GPIO==0.4.0