From 78fcea25bbfcf36e8b646941896f9409169ac5b1 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail@fabian-affolter.ch>
Date: Sun, 2 Sep 2018 19:01:43 +0200
Subject: [PATCH] Upgrade attrs to 18.2.0 (#16372)

---
 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 3e9a763181a..8d49d5d07c6 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -1,7 +1,7 @@
 aiohttp==3.4.0
 astral==1.6.1
 async_timeout==3.0.0
-attrs==18.1.0
+attrs==18.2.0
 bcrypt==3.1.4
 certifi>=2018.04.16
 jinja2>=2.10
diff --git a/requirements_all.txt b/requirements_all.txt
index cf761ef4aa6..41814e84b64 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2,7 +2,7 @@
 aiohttp==3.4.0
 astral==1.6.1
 async_timeout==3.0.0
-attrs==18.1.0
+attrs==18.2.0
 bcrypt==3.1.4
 certifi>=2018.04.16
 jinja2>=2.10
diff --git a/setup.py b/setup.py
index b1b0af70319..71f63adfb64 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ REQUIRES = [
     'aiohttp==3.4.0',
     'astral==1.6.1',
     'async_timeout==3.0.0',
-    'attrs==18.1.0',
+    'attrs==18.2.0',
     'bcrypt==3.1.4',
     'certifi>=2018.04.16',
     'jinja2>=2.10',
-- 
GitLab