From 514fd7f91e3b29b3e34ba0a61d23f1fee1d280a1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 18 Mar 2024 14:00:05 +0100 Subject: [PATCH] Updating pyppeteer-ng (mainly newer pillow release) (#2247) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c920df7..6e0f2a70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ pillow # playwright is installed at Dockerfile build time because it's not available on all platforms # experimental release -pyppeteer-ng==2.0.0rc2 +pyppeteer-ng==2.0.0rc5 # Include pytest, so if theres a support issue we can ask them to run these tests on their setup pytest ~=7.2