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",