mirror of https://github.com/Aidaho12/haproxy-wi
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
parent
791cd1ed57
commit
03597fbeb5
|
@ -2,7 +2,7 @@ configparser>=3.5.0
|
||||||
paramiko-ng>=2.5.0
|
paramiko-ng>=2.5.0
|
||||||
pytz>=2017.3
|
pytz>=2017.3
|
||||||
tzlocal==2.0.0
|
tzlocal==2.0.0
|
||||||
requests==2.27.1
|
requests==2.32.3
|
||||||
pyTelegramBotAPI>=3.6.3
|
pyTelegramBotAPI>=3.6.3
|
||||||
networkx>=2.6
|
networkx>=2.6
|
||||||
matplotlib>=2.1.2
|
matplotlib>=2.1.2
|
||||||
|
|
Loading…
Reference in New Issue