From fce45ef5520c92f59d7988f36eddbb889e48e1fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 16 Jul 2021 19:12:09 +0200 Subject: [PATCH] Update pytz to 2021.1 (#1330) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03001111..1503c3c6 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ tests_require = [ "coveralls>=1.11,<2", "promise>=2.3,<3", "mock>=4.0,<5", - "pytz==2019.3", + "pytz==2021.1", "iso8601>=0.1,<2", ]