From a30f9771be4f6b34e0fd51f7c713d1ef0167247b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 07:56:04 +0000 Subject: [PATCH] Update dependency beautifulsoup4 to v4.11.2 --- python-scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-scripts/requirements.txt b/python-scripts/requirements.txt index beee86c8..b6bc6070 100644 --- a/python-scripts/requirements.txt +++ b/python-scripts/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.4.1 +beautifulsoup4==4.11.2 PyYAML==3.11 requests==2.12.4 wheel==0.24.0