From 19a08e2b3084a732f3269cac51272a86133aa57b Mon Sep 17 00:00:00 2001 From: DorskFR Date: Sat, 20 Jul 2024 17:00:57 +0900 Subject: [PATCH] Update dependency pytest to v6.2.5 --- LPBv2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LPBv2/requirements.txt b/LPBv2/requirements.txt index 2847e72..0997a36 100644 --- a/LPBv2/requirements.txt +++ b/LPBv2/requirements.txt @@ -1,7 +1,7 @@ pydantic==1.8.2 PyDirectInput==1.0.4 psutil==5.8.0 -pytest==6.2.3 +pytest==6.2.5 aiohttp==3.7.4.post0 pynput==1.7.3 numpy==1.20.2