mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Upgrade astral to 1.7.1
This commit is contained in:
parent
19ebdf2cf1
commit
caa48fab13
@ -1,5 +1,5 @@
|
|||||||
aiohttp==3.4.4
|
aiohttp==3.4.4
|
||||||
astral==1.6.1
|
astral==1.7.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Home Assistant core
|
# Home Assistant core
|
||||||
aiohttp==3.4.4
|
aiohttp==3.4.4
|
||||||
astral==1.6.1
|
astral==1.7.1
|
||||||
async_timeout==3.0.1
|
async_timeout==3.0.1
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
|
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
|||||||
|
|
||||||
REQUIRES = [
|
REQUIRES = [
|
||||||
'aiohttp==3.4.4',
|
'aiohttp==3.4.4',
|
||||||
'astral==1.6.1',
|
'astral==1.7.1',
|
||||||
'async_timeout==3.0.1',
|
'async_timeout==3.0.1',
|
||||||
'attrs==18.2.0',
|
'attrs==18.2.0',
|
||||||
'bcrypt==3.1.4',
|
'bcrypt==3.1.4',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user