From 3b0744d0214d8cdbf19ecfa95b4a964bc7ae7e34 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 1 Oct 2019 21:19:50 +0200 Subject: [PATCH] Bump attrs to 19.2.0 (#27102) --- 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 47325a6c930..684285a1cf1 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -4,7 +4,7 @@ aiohttp==3.6.1 aiohttp_cors==0.7.0 astral==1.10.1 async_timeout==3.0.1 -attrs==19.1.0 +attrs==19.2.0 bcrypt==3.1.7 certifi>=2019.6.16 contextvars==2.4;python_version<"3.7" diff --git a/requirements_all.txt b/requirements_all.txt index ee439d45592..4c963ddab23 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2,7 +2,7 @@ aiohttp==3.6.1 astral==1.10.1 async_timeout==3.0.1 -attrs==19.1.0 +attrs==19.2.0 bcrypt==3.1.7 certifi>=2019.6.16 contextvars==2.4;python_version<"3.7" diff --git a/setup.py b/setup.py index 26f112bb008..d842ae39ae1 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ REQUIRES = [ "aiohttp==3.6.1", "astral==1.10.1", "async_timeout==3.0.1", - "attrs==19.1.0", + "attrs==19.2.0", "bcrypt==3.1.7", "certifi>=2019.6.16", 'contextvars==2.4;python_version<"3.7"',