Browse Source

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.
pull/399/head
Aidaho 3 months ago
parent
commit
03597fbeb5
  1. 2
      requirements.txt

2
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

Loading…
Cancel
Save