From 5714887e23e33069502f5c0279f590778e44c3fc Mon Sep 17 00:00:00 2001 From: Brayan Almonte Date: Fri, 17 May 2024 08:00:42 -0400 Subject: [PATCH] add pyusb = "==1.2.1" to app-testing --- app-testing/Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app-testing/Pipfile b/app-testing/Pipfile index 43bb4dd2475..5177f5e002a 100644 --- a/app-testing/Pipfile +++ b/app-testing/Pipfile @@ -18,6 +18,7 @@ ruff = "==0.3.4" docker = "==7.0.0" syrupy = "==4.6.1" pytest-html = "==4.1.1" +pyusb = "==1.2.1" [requires] python_version = "3.12"