mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
update usps version (#7035)
This commit is contained in:
parent
32da163421
commit
aa91351ff0
@ -19,7 +19,7 @@ from homeassistant.util import Throttle
|
|||||||
from homeassistant.util.dt import now, parse_datetime
|
from homeassistant.util.dt import now, parse_datetime
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['myusps==1.0.3']
|
REQUIREMENTS = ['myusps==1.0.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ miflora==0.1.16
|
|||||||
mutagen==1.36.2
|
mutagen==1.36.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.usps
|
# homeassistant.components.sensor.usps
|
||||||
myusps==1.0.3
|
myusps==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.discovery
|
# homeassistant.components.discovery
|
||||||
netdisco==0.9.2
|
netdisco==0.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user