Upgrade astral to 1.8 (#20459)
This commit is contained in:
parent
a0b93c2add
commit
a85e018bc4
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
aiohttp==3.5.4
|
||||
astral==1.7.1
|
||||
astral==1.8
|
||||
async_timeout==3.0.1
|
||||
attrs==18.2.0
|
||||
bcrypt==3.1.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Home Assistant core
|
||||
aiohttp==3.5.4
|
||||
astral==1.7.1
|
||||
astral==1.8
|
||||
async_timeout==3.0.1
|
||||
attrs==18.2.0
|
||||
bcrypt==3.1.5
|
||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
|||
|
||||
REQUIRES = [
|
||||
'aiohttp==3.5.4',
|
||||
'astral==1.7.1',
|
||||
'astral==1.8',
|
||||
'async_timeout==3.0.1',
|
||||
'attrs==18.2.0',
|
||||
'bcrypt==3.1.5',
|
||||
|
|
Loading…
Add table
Reference in a new issue