From 0c19240e1800931f90084558d7ad4415a9a82ec7 Mon Sep 17 00:00:00 2001 From: Rahul Dandona Bstack Date: Wed, 16 Jul 2025 18:24:00 +0530 Subject: [PATCH] chore: downgrade playwright to the highest working version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ccbbc7c..536f9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ browserstack-local jsonmerge multiprocess -playwright +playwright==1.52.0 pytest-playwright psutil pytest==7.4.4