From 58a23497958025bbc40680eab94c57e7dc419289 Mon Sep 17 00:00:00 2001 From: Evgeniy Zayats Date: Wed, 7 Aug 2024 14:08:23 -0400 Subject: [PATCH] Update pytz deprecated version Signed-off-by: Evgeniy Zayats --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a5254f50..a3860810d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ munch >=2.0.0 # 0.14 switches to libev, that means bootstrap needs to change too gevent >=1.0 isodate >=0.4.4 -pytz >=2011k +pytz ==2024.1 httplib2 lxml tox