From 8f73cab327bb7c8caa66fdb7537234748c822a8f Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 29 Dec 2024 18:09:02 +0200 Subject: [PATCH 1/2] Update dependency libbot to v4.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22ea16b..1d098e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ requests>=2.32.2 aiofiles~=24.1.0 apscheduler>=3.10.0 async_pymongo==0.1.11 -libbot[speed,pycord]==4.0.0 +libbot[speed,pycord]==4.0.1 mongodb-migrations==1.3.1 typing-extensions~=4.12.2 ujson~=5.10.0 From f97e6e4e93e8c412b96c5a1afb56fc0ade4f3423 Mon Sep 17 00:00:00 2001 From: kku Date: Sun, 29 Dec 2024 17:54:40 +0100 Subject: [PATCH 2/2] Removed now unused typing-extensions --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d098e7..f4a48eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,5 @@ apscheduler>=3.10.0 async_pymongo==0.1.11 libbot[speed,pycord]==4.0.1 mongodb-migrations==1.3.1 -typing-extensions~=4.12.2 ujson~=5.10.0 WaifuPicsPython==0.2.0 \ No newline at end of file