Skip to content
Snippets Groups Projects
Commit a85e018b authored by Fabian Affolter's avatar Fabian Affolter Committed by Daniel Høyer Iversen
Browse files

Upgrade astral to 1.8 (#20459)

parent a0b93c2a
No related branches found
No related tags found
No related merge requests found
aiohttp==3.5.4 aiohttp==3.5.4
astral==1.7.1 astral==1.8
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
bcrypt==3.1.5 bcrypt==3.1.5
......
# Home Assistant core # Home Assistant core
aiohttp==3.5.4 aiohttp==3.5.4
astral==1.7.1 astral==1.8
async_timeout==3.0.1 async_timeout==3.0.1
attrs==18.2.0 attrs==18.2.0
bcrypt==3.1.5 bcrypt==3.1.5
......
...@@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) ...@@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*'])
REQUIRES = [ REQUIRES = [
'aiohttp==3.5.4', 'aiohttp==3.5.4',
'astral==1.7.1', 'astral==1.8',
'async_timeout==3.0.1', 'async_timeout==3.0.1',
'attrs==18.2.0', 'attrs==18.2.0',
'bcrypt==3.1.5', 'bcrypt==3.1.5',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment