From a7169f9530812bad70db1a38c70673ca6cbab253 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 22 Jun 2021 10:00:48 -0400 Subject: [PATCH] bump pytz to 2021.1 I'd like to use pysnow, but this older pinned version of pytz is conflicting with other Python libraries. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a070b5..0c12a0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ Pygments==2.4.2 pyparsing==2.4.4 python-coveralls==2.9.3 python-magic==0.4.15 -pytz==2019.3 +pytz==2021.1 PyYAML==5.1.2 readme-renderer==24.0 requests==2.22.0