From 03597fbeb58477b06f9162208255ed7c46c68fa5 Mon Sep 17 00:00:00 2001 From: Aidaho Date: Thu, 29 Aug 2024 10:08:03 +0300 Subject: [PATCH] v8.0: Update requests library to version 2.32.3 This commit updates the requests library from version 2.27.1 to 2.32.3 in the requirements.txt file. The new version includes bug fixes and performance improvements, ensuring better compatibility and security for our project. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98fcb2e5..8c8330b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ configparser>=3.5.0 paramiko-ng>=2.5.0 pytz>=2017.3 tzlocal==2.0.0 -requests==2.27.1 +requests==2.32.3 pyTelegramBotAPI>=3.6.3 networkx>=2.6 matplotlib>=2.1.2