From 0931eea035e6abe48db96759d7a48e0a878d2bb8 Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 3 Jan 2024 23:23:53 +0100 Subject: [PATCH] Bump libbot to 3.0.0 and apscheduler to ~=3.10.4 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aaa2ea4..8dc614b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apscheduler~=3.10.3 +apscheduler~=3.10.4 convopyro==0.5 pykeyboard==0.1.5 tgcrypto==1.2.5 @@ -7,4 +7,4 @@ uvloop==0.19.0 mongodb-migrations==1.3.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple async_pymongo==0.1.4 -libbot[speed,pyrogram]==2.1.0 \ No newline at end of file +libbot[speed,pyrogram]==3.0.0 \ No newline at end of file