From 8bd7fe93b9d23870c6c59c76a00c040dd434c99c Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 18:01:20 +0900 Subject: [PATCH] Update dependency psutil to v5.9.8 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..643dbd6 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -1,6 +1,6 @@ pydantic==1.8.2 PyDirectInput==1.0.4 -psutil==5.8.0 +psutil==5.9.8 pytest==6.2.3 aiohttp==3.7.4.post0 pynput==1.7.3