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