From 8aca47b3f4945584935fcce8bb2ffbd0767550f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:03:23 +0200 Subject: [PATCH] chore(deps): relax bs4 version constraint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19eda958..e0634fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "beautifulsoup4==4.13.3", + "beautifulsoup4>=4.13.3", "requests", ]