From 67fb09c79d9223eff71ddf590ee59986f3b99f0a Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 16:00:34 +0900 Subject: [PATCH] Update dependency numpy to v1.22.0 [SECURITY] --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..f84b9d5 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -4,7 +4,7 @@ psutil==5.8.0 pytest==6.2.3 aiohttp==3.7.4.post0 pynput==1.7.3 -numpy==1.20.2 +numpy==1.22.0 mss==6.1.0 Pillow==8.3.1 opencv-python