diff --git a/homeassistant/components/updater.py b/homeassistant/components/updater.py
index 9ccf280ed0468be5474e80c9e314c6b56a424cb2..0cb22bd98dcd93e4565d5c2927a40e7c35eb2bba 100644
--- a/homeassistant/components/updater.py
+++ b/homeassistant/components/updater.py
@@ -25,7 +25,7 @@ from homeassistant.helpers.aiohttp_client import async_get_clientsession
 import homeassistant.helpers.config_validation as cv
 import homeassistant.util.dt as dt_util
 
-REQUIREMENTS = ['distro==1.2.0']
+REQUIREMENTS = ['distro==1.3.0']
 
 _LOGGER = logging.getLogger(__name__)
 
diff --git a/requirements_all.txt b/requirements_all.txt
index ad64e4ae736515d8687635624c48c1f6d9c88fbc..e293814e66106ae115a88205634f1e207d6a3a5c 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -258,7 +258,7 @@ discogs_client==2.2.1
 discord.py==0.16.12
 
 # homeassistant.components.updater
-distro==1.2.0
+distro==1.3.0
 
 # homeassistant.components.switch.digitalloggers
 dlipower==0.7.165