From 60613c51e1795d6995c9c7abc611a02a0dac1c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:51:53 +0000 Subject: [PATCH] Update dependency beautifulsoup4 to v4.14.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e6596f..3727b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.12.2 ; python_version >= "3.10" and python_version < "4.0" +beautifulsoup4==4.14.3 ; python_version >= "3.10" and python_version < "4.0" certifi==2023.11.17 ; python_version >= "3.10" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" idna==3.6 ; python_version >= "3.10" and python_version < "4.0"