diff --git a/pyproject.toml b/pyproject.toml index 898827e..4a4c6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ "requests==2.34.2", "argparse==1.4.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "halo==0.0.31", "pylint==3.3.7", "setuptools==82.0.1" diff --git a/requirements.txt b/requirements.txt index 01e7972..1c7d6eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.34.2 argparse==1.4.0 -beautifulsoup4==4.14.3 +beautifulsoup4==4.15.0 halo==0.0.31 pylint==3.3.7 setuptools==82.0.1