diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index fb6239c807087ecf3ad867176aa4915777948bba..4bdad0b62f32bed3efd600e7950393272f510569 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -1,6 +1,6 @@
 PyJWT==1.7.1
 PyNaCl==1.3.0
-aiohttp==3.6.1
+aiohttp==3.6.2
 aiohttp_cors==0.7.0
 astral==1.10.1
 async_timeout==3.0.1
diff --git a/requirements_all.txt b/requirements_all.txt
index bdb130ac9aacdd8ab509b22423ffa5201515189b..d58d61c018833ab38faf61eacc9c826f3d6cd8ac 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1,5 +1,5 @@
 # Home Assistant core
-aiohttp==3.6.1
+aiohttp==3.6.2
 astral==1.10.1
 async_timeout==3.0.1
 attrs==19.2.0
diff --git a/setup.py b/setup.py
index f4e94faf553cf92782b0be8a9b3fd9b20c00b474..33d4ede25511f5604c34ead774b2e944dfa0ae52 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ PROJECT_URLS = {
 PACKAGES = find_packages(exclude=["tests", "tests.*"])
 
 REQUIRES = [
-    "aiohttp==3.6.1",
+    "aiohttp==3.6.2",
     "astral==1.10.1",
     "async_timeout==3.0.1",
     "attrs==19.2.0",