mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Upgrade Mastodon.py to 1.3.1 (#15766)
This commit is contained in:
parent
d902a9f279
commit
27401f4975
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['Mastodon.py==1.3.0']
|
REQUIREMENTS = ['Mastodon.py==1.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ DoorBirdPy==0.1.3
|
|||||||
HAP-python==2.2.2
|
HAP-python==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.notify.mastodon
|
# homeassistant.components.notify.mastodon
|
||||||
Mastodon.py==1.3.0
|
Mastodon.py==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
PyISY==1.1.0
|
PyISY==1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user