From 5b37e0b9f082ba929e1eb915864edc9089f7cf53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:16:02 +0000 Subject: [PATCH] Update dependency beautifulsoup4 to v4.12.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aae0cadf..379565f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT License" requires-python = "~=3.10.0" dependencies = [ "babel==2.16.0", - "beautifulsoup4==4.12.2", + "beautifulsoup4==4.12.3", "boto3==1.35.7", "connexion==3.1.0", "cssmin==0.2.0", @@ -43,7 +43,7 @@ count = true [dependency-groups] dev = [ - "beautifulsoup4==4.12.2", + "beautifulsoup4==4.12.3", "black==24.8.0", "boto3==1.35.7", "debugpy==1.8.5",