From e9fafc2871f7f6771be1461064277da2d5ecfdd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:43:24 +0000 Subject: [PATCH] Update dependency bs4 to v0.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01a1271..8cd5cf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ asyncio==3.4.3 attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" beautifulsoup4==4.12.2; python_full_version > "3.0.0" brotlipy==0.7.0 -bs4==0.0.1 +bs4==0.0.2 cchardet==2.1.7 cffi==1.16.0 charset-normalizer==2.1.1; python_full_version >= "3.5.0" and python_version >= "3.6"