From c040f7abc07b77ade1b1f0907b117639b37e024c Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 23 Apr 2019 19:14:02 +0200 Subject: [PATCH] Upgrade attrs to 19.1.0 (#23323) --- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3bef086d70a148..25d6c587277d4b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -1,7 +1,7 @@ aiohttp==3.5.4 astral==1.10.1 async_timeout==3.0.1 -attrs==18.2.0 +attrs==19.1.0 bcrypt==3.1.6 certifi>=2018.04.16 jinja2>=2.10 diff --git a/requirements_all.txt b/requirements_all.txt index 10e8e52dceda37..24371f3d0f6865 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2,7 +2,7 @@ aiohttp==3.5.4 astral==1.10.1 async_timeout==3.0.1 -attrs==18.2.0 +attrs==19.1.0 bcrypt==3.1.6 certifi>=2018.04.16 jinja2>=2.10 diff --git a/setup.py b/setup.py index 6f67f93d3e2e16..4f1e3a6eb71332 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'aiohttp==3.5.4', 'astral==1.10.1', 'async_timeout==3.0.1', - 'attrs==18.2.0', + 'attrs==19.1.0', 'bcrypt==3.1.6', 'certifi>=2018.04.16', 'jinja2>=2.10',