From f531ca61c696e16f14a7df103268b9179d90cb4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Apr 2019 15:18:30 +0200 Subject: [PATCH] Set pytz>=2019.01 (#22966) --- 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 f68f16d9e9b..68c4a627083 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -9,7 +9,7 @@ PyJWT==1.7.1 cryptography==2.6.1 pip>=8.0.3 python-slugify==1.2.6 -pytz>=2018.07 +pytz>=2019.01 pyyaml>=3.13,<4 requests==2.21.0 ruamel.yaml==0.15.91 diff --git a/requirements_all.txt b/requirements_all.txt index 77abbdab341..dd5aec398c7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ PyJWT==1.7.1 cryptography==2.6.1 pip>=8.0.3 python-slugify==1.2.6 -pytz>=2018.07 +pytz>=2019.01 pyyaml>=3.13,<4 requests==2.21.0 ruamel.yaml==0.15.91 diff --git a/setup.py b/setup.py index 2f2c310e572..9be6bbd3a31 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ REQUIRES = [ 'cryptography==2.6.1', 'pip>=8.0.3', 'python-slugify==1.2.6', - 'pytz>=2018.07', + 'pytz>=2019.01', 'pyyaml>=3.13,<4', 'requests==2.21.0', 'ruamel.yaml==0.15.91',