From 4b925cf9e711c46bc477155af7b0d1822b0013ed Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 17:00:51 +0900 Subject: [PATCH] Update dependency pynput to v1.7.7 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..155e77b 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -3,7 +3,7 @@ PyDirectInput==1.0.4 psutil==5.8.0 pytest==6.2.3 aiohttp==3.7.4.post0 -pynput==1.7.3 +pynput==1.7.7 numpy==1.20.2 mss==6.1.0 Pillow==8.3.1