From 2d38f50bdb7578654464a807dfccf75040da9101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:11:25 +0000 Subject: [PATCH] Update nodriver requirement from <=0.36 to <=0.45.2 --- updated-dependencies: - dependency-name: nodriver dependency-version: 0.45.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faa5ced..4d7cc84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ PyMuPDF<=1.25.0 yfinance<=0.2.50 pymupdf4llm<=0.0.17 defusedxml<=0.7.1 -nodriver<=0.36 # Pin version <= 0.36 to avoid breaking changes with headless mode +nodriver<=0.45.2 # Pin version <= 0.36 to avoid breaking changes with headless mode validators>=0.34.0 # Stay on latest rembg<=2.0.57 # Pin because it causes: No module named onnxruntime websockets<=13.1 # Pin because of some incompatible changes with nodriver after 0.36? Maybe not required