From 3a1dc16c0d05d44479cdbd5a5f066fabd66e9c0f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 17 Dec 2018 17:35:13 +0100 Subject: [PATCH] Set pytz to >=2018.07 (#19387) --- 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 38093b5ace4..d7a33b610a5 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -10,7 +10,7 @@ PyJWT==1.6.4 cryptography==2.3.1 pip>=8.0.3 python-slugify==1.2.6 -pytz>=2018.04 +pytz>=2018.07 pyyaml>=3.13,<4 requests==2.20.1 ruamel.yaml==0.15.81 diff --git a/requirements_all.txt b/requirements_all.txt index 97e1bb2ad3c..135a83ddbae 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -11,7 +11,7 @@ PyJWT==1.6.4 cryptography==2.3.1 pip>=8.0.3 python-slugify==1.2.6 -pytz>=2018.04 +pytz>=2018.07 pyyaml>=3.13,<4 requests==2.20.1 ruamel.yaml==0.15.81 diff --git a/setup.py b/setup.py index 8613b7012ea..c5635987637 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ REQUIRES = [ 'cryptography==2.3.1', 'pip>=8.0.3', 'python-slugify==1.2.6', - 'pytz>=2018.04', + 'pytz>=2018.07', 'pyyaml>=3.13,<4', 'requests==2.20.1', 'ruamel.yaml==0.15.81',