From 0581ffe990edfe14efd830fcb8556fbee67a9ed7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 29 Aug 2026 02:17:14 +0200 Subject: [PATCH] pyproject.toml: dependencies = [ "beautifulsoup4>=4.15" ] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17651335e567..cb0ae624842e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "beautifulsoup4>=4.12.3", + "beautifulsoup4>=4.15", "cython>=3.1.2", "fake-useragent>=1.5.1", "httpx>=0.28.1",