From faf0e8653e7794e2c736994d97302924af293aaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 17:34:16 +0000 Subject: [PATCH] Update dependency beautifulsoup4 to v4.14.3 --- chart_data_extractor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart_data_extractor/requirements.txt b/chart_data_extractor/requirements.txt index 7f329f5..3b4ef71 100644 --- a/chart_data_extractor/requirements.txt +++ b/chart_data_extractor/requirements.txt @@ -1,6 +1,6 @@ requests==2.27.1 pygogo==1.3.0 -beautifulsoup4==4.11.1 +beautifulsoup4==4.14.3 demjson==2.2.4 falcon==3.1.0 falcon_cors==1.1.7