diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 2570b12568f0b5cafc78c7f160c6eb4538a98ef1..c10e266e9b94a90eb5854ccbd67b9d3e8052ad9d 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -18,7 +18,7 @@ jinja2>=2.11.1
 netdisco==2.6.0
 pip>=8.0.3
 python-slugify==4.0.0
-pytz>=2019.03
+pytz>=2020.1
 pyyaml==5.3.1
 requests==2.23.0
 ruamel.yaml==0.15.100
diff --git a/requirements_all.txt b/requirements_all.txt
index f2fc3fc3cbe15d2d51ca205a5bbc2fedaf55cbbf..0522577eea865ce6e81ba6ac606da077a315a693 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -12,7 +12,7 @@ PyJWT==1.7.1
 cryptography==2.9.2
 pip>=8.0.3
 python-slugify==4.0.0
-pytz>=2019.03
+pytz>=2020.1
 pyyaml==5.3.1
 requests==2.23.0
 ruamel.yaml==0.15.100
diff --git a/setup.py b/setup.py
index d0cfb5a32bb7a1f4205ea4b49f9ec03d8ae59b47..1473fd1f5f9277eaa796578e8965f86ef790f595 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ REQUIRES = [
     "cryptography==2.9.2",
     "pip>=8.0.3",
     "python-slugify==4.0.0",
-    "pytz>=2019.03",
+    "pytz>=2020.1",
     "pyyaml==5.3.1",
     "requests==2.23.0",
     "ruamel.yaml==0.15.100",