Skip to content

Commit

Permalink
Upgrade Mastodon.py to 1.3.1 (home-assistant#15766)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and vrih committed Sep 29, 2018
1 parent 516a940 commit 972661c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/mastodon.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 972661c

Please sign in to comment.