From 03725992d026a803e0e96aee9c9bbcb26a10e2c3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 20 Mar 2025 00:10:58 +0100 Subject: [PATCH] Use new pyppeteerng --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fbd5d569..07864359f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ jq~=1.3; python_version >= "3.8" and sys_platform == "linux" # playwright is installed at Dockerfile build time because it's not available on all platforms -pyppeteer-ng==2.0.0rc5 +pyppeteer-ng==2.0.0rc6 pyppeteerstealth>=0.0.4 # Include pytest, so if theres a support issue we can ask them to run these tests on their setup