From d078ab37d82b786033a7a21f125c162e86142aa7 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Fri, 31 May 2024 00:55:07 +0300 Subject: [PATCH] Changed pytz<=2024.1 to pytz>=2024.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0facec4..6ecfc8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp~=3.9.5 apscheduler~=3.10.4 convopyro==0.5 mongodb-migrations==1.3.1 -pytz<=2024.1 +pytz>=2024.1 tgcrypto==1.2.5 ujson>=5.0.0 uvloop==0.19.0