From 157036c1d2e54483bf4001ba449d9065b23d0cf0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Apr 2016 13:02:21 +0200 Subject: [PATCH] Upgrade pytz to 2016.4 (#1932) * Upgrade pytz to 2016.4 * Upgrade pytz to 2016.4 --- requirements_all.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index 2ed6e06bcc8..54f1dd93c4b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1,7 +1,7 @@ # Home Assistant core requests>=2,<3 pyyaml>=3.11,<4 -pytz>=2016.3 +pytz>=2016.4 pip>=7.0.0 vincenty==0.1.4 jinja2>=2.8 diff --git a/setup.py b/setup.py index 6e67dc3f075..f5efbb46e25 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ PACKAGES = find_packages(exclude=['tests', 'tests.*']) REQUIRES = [ 'requests>=2,<3', 'pyyaml>=3.11,<4', - 'pytz>=2016.3', + 'pytz>=2016.4', 'pip>=7.0.0', 'vincenty==0.1.4', 'jinja2>=2.8',