From 227b7e20ac7de1fdc0ea9b035248438592e35bb6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 12 Mar 2024 07:15:27 +0100 Subject: [PATCH] Updating pyppeteer-ng (mainly newer pillow release) --- 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