From 2d1fd0dc0c394c73bdf5fdd1e2f2cebe77728f18 Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 18:01:14 +0900 Subject: [PATCH] Update dependency Pillow to v8.4.0 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..7bb4f9f 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -6,5 +6,5 @@ aiohttp==3.7.4.post0 pynput==1.7.3 numpy==1.20.2 mss==6.1.0 -Pillow==8.3.1 +Pillow==8.4.0 opencv-python