From b2a514dbf1979d8d620f86bd72c0204b853399e7 Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 20:01:22 +0900 Subject: [PATCH] Update dependency psutil to v6 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..11e8ee8 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==6.0.0 pytest==6.2.3 aiohttp==3.7.4.post0 pynput==1.7.3